aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-12-17 12:21:03 +0100
committerFlorian Dold <florian@dold.me>2020-12-17 12:21:03 +0100
commit84d5b5e5ef34f7289256c6fd301206cda19be694 (patch)
tree5db646c7fb1b782b42150a38c6d4f1e6bdfea55f /packages/taler-wallet-core/src/operations/withdraw.ts
parentbafb52edff4d56bcb9e3c3d0a260f507c517b08c (diff)
downloadwallet-core-84d5b5e5ef34f7289256c6fd301206cda19be694.tar.xz
export complete backup, derive planchets in withdrawal
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index 758b80787..c2dfcd1c4 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -284,6 +284,8 @@ async function processPlanchetGenerate(
reservePriv: reserve.reservePriv,
reservePub: reserve.reservePub,
value: denom.value,
+ coinIndex: coinIdx,
+ secretSeed: withdrawalGroup.secretSeed,
});
const newPlanchet: PlanchetRecord = {
blindingKey: r.blindingKey,