From 9b2d6d766f0192923d337ab8c69a332ebdc20bf1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 8 Sep 2022 14:02:09 +0200 Subject: include age commitment proof in refreshed coins --- packages/taler-wallet-core/src/crypto/cryptoImplementation.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/crypto/cryptoImplementation.ts') diff --git a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts index c6be1d466..4ec24a98b 100644 --- a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts +++ b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts @@ -1208,6 +1208,7 @@ export const nativeCryptoR: TalerCryptoInterfaceR = { coinPriv: encodeCrock(coinPriv), coinPub: encodeCrock(coinPub), coinEvHash: encodeCrock(coinEvHash), + ageCommitmentProof: newAc, }; planchets.push(planchet); hashCoinEvInner(coinEv, sessionHc); -- cgit v1.2.3