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/operations/refresh.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/operations/refresh.ts') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index fc90b6081..64a734bb3 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -695,6 +695,7 @@ async function refreshReveal( }, suspended: false, coinEvHash: pc.coinEvHash, + ageCommitmentProof: pc.ageCommitmentProof, }; coins.push(coin); -- cgit v1.2.3