From 65a656163797e9dd298b34ec916b982082db7f52 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Apr 2024 16:21:33 +0200 Subject: wallet-core: allow deposits with balance locked behind refresh --- packages/taler-wallet-core/src/db.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-core/src/db.ts') diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index de22d78a8..7b9dfa2a2 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -1787,9 +1787,9 @@ export interface DepositGroupRecord { contractTermsHash: string; - payCoinSelection: DbCoinSelection; + payCoinSelection?: DbCoinSelection; - payCoinSelectionUid: string; + payCoinSelectionUid?: string; totalPayCost: AmountString; @@ -1804,7 +1804,7 @@ export interface DepositGroupRecord { operationStatus: DepositOperationStatus; - statusPerCoin: DepositElementStatus[]; + statusPerCoin?: DepositElementStatus[]; infoPerExchange?: Record; -- cgit v1.2.3