From 2337ddab6126722b46a0ea0b6e244955a38b09df Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 23 Sep 2022 21:47:38 +0200 Subject: wallet-core: fix withdrawal state machine --- packages/taler-wallet-core/src/db.ts | 5 +++++ 1 file changed, 5 insertions(+) (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 3bbe5f002..f8fddb255 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -126,6 +126,11 @@ export enum WithdrawalGroupStatus { */ QueryingStatus = OperationStatusRange.ACTIVE_START + 2, + /** + * Ready for withdrawal. + */ + Ready = OperationStatusRange.ACTIVE_START + 3, + /** * The corresponding withdraw record has been created. * No further processing is done, unless explicitly requested -- cgit v1.2.3