diff --git a/backend/src/graphql/resolver/TransactionLinkResolver.ts b/backend/src/graphql/resolver/TransactionLinkResolver.ts index 99668d724..4ddd082d2 100644 --- a/backend/src/graphql/resolver/TransactionLinkResolver.ts +++ b/backend/src/graphql/resolver/TransactionLinkResolver.ts @@ -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 {