From debc2254fdf1cf748a846e429e32c2e92d557080 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 May 2021 13:34:49 +0200 Subject: towards backup based on add/remove set instead of clocks --- packages/taler-wallet-core/src/operations/pay.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/operations/pay.ts') 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(), -- cgit v1.2.3