summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/hooks
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/hooks
parentb9f908db58c43d739e343dda250c5857ec893968 (diff)
downloadwallet-core-0a05f6d9030b5a2ce201a98553fa4e6ff13eb907.tar.gz
wallet-core-0a05f6d9030b5a2ce201a98553fa4e6ff13eb907.tar.bz2
wallet-core-0a05f6d9030b5a2ce201a98553fa4e6ff13eb907.zip
wallet-core: always use batch withdrawal
Diffstat (limited to 'packages/taler-wallet-webextension/src/hooks')
-rw-r--r--packages/taler-wallet-webextension/src/hooks/useSettings.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/hooks/useSettings.ts b/packages/taler-wallet-webextension/src/hooks/useSettings.ts
index 5c1ed7924..7332c15bb 100644
--- a/packages/taler-wallet-webextension/src/hooks/useSettings.ts
+++ b/packages/taler-wallet-webextension/src/hooks/useSettings.ts
@@ -34,7 +34,6 @@ function parse_json_or_undefined<T>(str: string | undefined): T | undefined {
export const codecForSettings = (): Codec<Settings> =>
buildCodecForObject<Settings>()
.property("walletAllowHttp", codecForBoolean())
- .property("walletBatchWithdrawal", codecForBoolean())
.property("injectTalerSupport", codecForBoolean())
.property("advanceMode", codecForBoolean())
.property("backup", codecForBoolean())