correct initialization of SendCoinsResponseJwtPayloadType

This commit is contained in:
clauspeterhuebner 2025-07-23 16:50:58 +02:00
parent e8314954b3
commit 88b2aa5991

View File

@ -109,10 +109,10 @@ export class SendCoinsResolver {
const responseArgs = new SendCoinsResponseJwtPayloadType(
authArgs.handshakeID,
true,
receiverUser.gradidoID,
receiverUser.firstName,
receiverUser.lastName,
receiverUser.alias,
receiverUser.gradidoID,
)
const responseJwt = await encryptAndSign(responseArgs, recipientCom.privateJwtKey!, senderCom.publicJwtKey!)
methodLogger.debug(`voteForSendCoins()-1_0... successfull`)