aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-30 09:35:58 +0200
committerFlorian Dold <florian@dold.me>2023-05-30 09:35:58 +0200
commitd1dade44265ce515526cef90cb4651bb905b17ee (patch)
tree875bf17302f570189184b553ab18f8e08eceffa2 /packages/taler-wallet-core/src/operations/withdraw.ts
parent0323067c0757262084e16a9bba9d58bcd773fc23 (diff)
-type error
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index 7636395bd..e08aa59a7 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -334,6 +334,7 @@ export async function abortWithdrawalTransaction(
}
return undefined;
});
+ ws.workAvailable.trigger();
notifyTransition(ws, transactionId, transitionInfo);
}