From 0dc3e3a2affd71f33e9fbe9c19ca8dd6c3589e15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 May 2024 00:17:03 +0200 Subject: wallet-core: for most CLI commands, start task loop lazily We don't want potential network activity when we just check the status of transactions, look at the balance, etc. --- packages/taler-util/src/wallet-types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 5e8320f33..5f3dfcb6e 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -520,6 +520,7 @@ export interface WalletRunConfig { */ features: { allowHttp: boolean; + lazyTaskLoop: boolean; }; } -- cgit v1.2.3