summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-30 09:33:32 +0200
committerFlorian Dold <florian@dold.me>2023-05-30 09:33:38 +0200
commit0323067c0757262084e16a9bba9d58bcd773fc23 (patch)
tree667a0e03825e40189b7ec9d84eb7a8b99ccad997 /packages/taler-wallet-core/src/operations/withdraw.ts
parent246f914ca62906b463dfe98e834b5ade379a97e0 (diff)
downloadwallet-core-0323067c0757262084e16a9bba9d58bcd773fc23.tar.gz
wallet-core-0323067c0757262084e16a9bba9d58bcd773fc23.tar.bz2
wallet-core-0323067c0757262084e16a9bba9d58bcd773fc23.zip
wallet-core: add missing resume/suspend implementations
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index ae170fa2c..7636395bd 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -259,7 +259,7 @@ export async function resumeWithdrawalTransaction(
}
return undefined;
});
-
+ ws.workAvailable.trigger();
const transactionId = constructTransactionIdentifier({
tag: TransactionType.Withdrawal,
withdrawalGroupId,