aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-22 16:37:27 +0200
committerFlorian Dold <florian@dold.me>2023-08-22 16:37:27 +0200
commit0a05f6d9030b5a2ce201a98553fa4e6ff13eb907 (patch)
tree75846cdf415443879344e01e38cda7d0cfccdb2c /packages/taler-wallet-core/src/wallet-api-types.ts
parentb9f908db58c43d739e343dda250c5857ec893968 (diff)
downloadwallet-core-0a05f6d9030b5a2ce201a98553fa4e6ff13eb907.tar.xz
wallet-core: always use batch withdrawal
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts1
1 files changed, 0 insertions, 1 deletions
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;
};
}