commit 9fe8bfbc9f0fa8d5d21e62928175a74e4e50213d
parent 1347abef2b365c9fdeb4103c0c478b267189a4eb
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 May 2024 11:38:18 +0200
wallet-core: requests don't need a running shepherd
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
@@ -1643,8 +1643,6 @@ async function handleCoreApiRequest(
if (!ws.initCalled) {
throw Error("init must be called first");
}
- // Might be lazily initialized!
- await ws.taskScheduler.ensureRunning();
}
let wex: WalletExecutionContext;