correct publicKey in DisbursementRequest of EncryptedTransferArgs

This commit is contained in:
clauspeterhuebner 2025-09-03 17:36:27 +02:00
parent be51e37092
commit 881e78dfd5

View File

@ -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 {