From 4fa88007f958796d7fe65d0fe4f6f45fcf953887 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 7 Apr 2021 19:29:51 +0200 Subject: get coin re-selection after accidental double spending to work --- packages/taler-wallet-core/src/db.ts | 1 + 1 file changed, 1 insertion(+) (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 c1076b900..640ff24af 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -1274,6 +1274,7 @@ export enum AbortStatus { AbortFinished = "abort-finished", } + /** * Record that stores status information about one purchase, starting from when * the customer accepts a proposal. Includes refund status if applicable. -- cgit v1.2.3