mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct publicKey in DisbursementRequest of EncryptedTransferArgs
This commit is contained in:
parent
be51e37092
commit
881e78dfd5
@ -565,7 +565,7 @@ export class TransactionLinkResolver {
|
||||
methodLogger.debug('jws=', jws)
|
||||
}
|
||||
const args = new EncryptedTransferArgs()
|
||||
args.publicKey = senderCom.publicKey.toString('hex')
|
||||
args.publicKey = recipientCom.publicKey.toString('hex')
|
||||
args.jwt = jws
|
||||
args.handshakeID = handshakeID
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user