From 0a05f6d9030b5a2ce201a98553fa4e6ff13eb907 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 22 Aug 2023 16:37:27 +0200 Subject: wallet-core: always use batch withdrawal --- packages/taler-wallet-core/src/wallet-api-types.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts') diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts index 36c4809af..2a7c96ad1 100644 --- a/packages/taler-wallet-core/src/wallet-api-types.ts +++ b/packages/taler-wallet-core/src/wallet-api-types.ts @@ -272,7 +272,6 @@ export interface WalletConfig { * Configurations values that may be safe to show to the user */ features: { - batchWithdrawal: boolean; allowHttp: boolean; }; } -- cgit v1.2.3