aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refresh.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-08 14:02:09 +0200
committerFlorian Dold <florian@dold.me>2022-09-08 14:02:09 +0200
commit9b2d6d766f0192923d337ab8c69a332ebdc20bf1 (patch)
tree3f7b46f1346177d13b8f6b0bc9b9dedc637f5927 /packages/taler-wallet-core/src/operations/refresh.ts
parent2119daba175e85e56f767a03565dbb87e533d031 (diff)
downloadwallet-core-9b2d6d766f0192923d337ab8c69a332ebdc20bf1.tar.xz
include age commitment proof in refreshed coins
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refresh.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refresh.ts1
1 files changed, 1 insertions, 0 deletions
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);