summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-12 13:34:49 +0200
committerFlorian Dold <florian@dold.me>2021-05-12 13:35:04 +0200
commitdebc2254fdf1cf748a846e429e32c2e92d557080 (patch)
tree2387fbb74977b5c58786332703c8d61189214c00 /packages/taler-wallet-core/src/operations/pay.ts
parent83b02069c931306c72c470e0285693719f65d0ca (diff)
downloadwallet-core-debc2254fdf1cf748a846e429e32c2e92d557080.tar.gz
wallet-core-debc2254fdf1cf748a846e429e32c2e92d557080.tar.bz2
wallet-core-debc2254fdf1cf748a846e429e32c2e92d557080.zip
towards backup based on add/remove set instead of clocks
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay.ts b/packages/taler-wallet-core/src/operations/pay.ts
index 2e8228e6e..1ed8d72b9 100644
--- a/packages/taler-wallet-core/src/operations/pay.ts
+++ b/packages/taler-wallet-core/src/operations/pay.ts
@@ -406,6 +406,7 @@ async function recordConfirmPay(
download: d,
lastSessionId: sessionId,
payCoinSelection: coinSelection,
+ payCoinSelectionUid: encodeCrock(getRandomBytes(32)),
totalPayCost: payCostInfo,
coinDepositPermissions,
timestampAccept: getTimestampNow(),