aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-05-16 00:17:03 +0200
committerFlorian Dold <florian@dold.me>2024-05-16 00:17:06 +0200
commit0dc3e3a2affd71f33e9fbe9c19ca8dd6c3589e15 (patch)
tree4edab219bfb8326e39d4aa3d195b77f3eb5c27c5 /packages/taler-util/src
parent80a6a2f29bd1b43fd1ca14aeb3fa34e823b0e38a (diff)
downloadwallet-core-0dc3e3a2affd71f33e9fbe9c19ca8dd6c3589e15.tar.xz
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.
Diffstat (limited to 'packages/taler-util/src')
-rw-r--r--packages/taler-util/src/wallet-types.ts1
1 files changed, 1 insertions, 0 deletions
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;
};
}