From e10df554c9746971be0ec3f39a9cd98520066380 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Feb 2024 00:34:49 +0100 Subject: wallet-core: store perExchangeInfo for refreshes in DB --- packages/taler-wallet-core/src/deposits.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/taler-wallet-core/src/deposits.ts') diff --git a/packages/taler-wallet-core/src/deposits.ts b/packages/taler-wallet-core/src/deposits.ts index 906503430..dc3831595 100644 --- a/packages/taler-wallet-core/src/deposits.ts +++ b/packages/taler-wallet-core/src/deposits.ts @@ -294,7 +294,6 @@ export class DepositTransactionContext implements TransactionContext { return undefined; }, ); - // FIXME: Also cancel ongoing work (via cancellation token, once implemented) ws.taskScheduler.stopShepherdTask(retryTag); notifyTransition(ws, transactionId, transitionInfo); } -- cgit v1.2.3