aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet
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-webextension/src/wallet
parentb9f908db58c43d739e343dda250c5857ec893968 (diff)
downloadwallet-core-0a05f6d9030b5a2ce201a98553fa4e6ff13eb907.tar.xz
wallet-core: always use batch withdrawal
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Settings.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Settings.tsx b/packages/taler-wallet-webextension/src/wallet/Settings.tsx
index 4098fd55b..071d2a594 100644
--- a/packages/taler-wallet-webextension/src/wallet/Settings.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Settings.tsx
@@ -316,10 +316,6 @@ function AdvanceSettings(): VNode {
label: i18n.str`Allow HTTP connections`,
description: i18n.str`Using HTTP connection may be faster but unsafe (wallet restart required)`,
},
- walletBatchWithdrawal: {
- label: i18n.str`Allow batch withdrawals`,
- description: i18n.str`Using the batch withdrawal API allows faster withdrawals (wallet restart required)`,
- },
langSelector: {
label: i18n.str`Lang selector`,
description: i18n.str`Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.`,