mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct initialization of SendCoinsResponseJwtPayloadType
This commit is contained in:
parent
e8314954b3
commit
88b2aa5991
@ -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`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user