taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 040607d927d1ebb5f0d2149fb3c805ed2fad5ce4
parent d2009fbc28e5284d4460c3bd35cee73bdd61cdde
Author: Florian Dold <florian@dold.me>
Date:   Sat, 18 Jul 2026 17:08:31 +0200

actually start crypto RPC watchdog timer

Diffstat:
Mpackages/taler-wallet-core/src/crypto/workers/crypto-dispatcher.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/packages/taler-wallet-core/src/crypto/workers/crypto-dispatcher.ts b/packages/taler-wallet-core/src/crypto/workers/crypto-dispatcher.ts @@ -371,6 +371,7 @@ export class CryptoDispatcher { ); timeoutHandle = timer.after(timeoutMs, onTimeout); }; + timeoutHandle = timer.after(timeoutMs, onTimeout); myProm.promise .then((x) => { timeoutHandle?.clear();