summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-29 12:41:39 +0100
committerFlorian Dold <florian@dold.me>2024-02-29 12:41:39 +0100
commit88ec3f0eeca22d67bb2c9dfbe67d238adadb39ad (patch)
treea1661394124b83343dfe6a1bf08df99ad3476be8
parent8e716c3bff673a35e9f40cb54fca666aee0bd67b (diff)
downloadwallet-core-dev/dold/no-default-exchanges.tar.gz
wallet-core-dev/dold/no-default-exchanges.tar.bz2
wallet-core-dev/dold/no-default-exchanges.zip
remove built-in exchangesdev/dold/no-default-exchanges
-rw-r--r--packages/taler-wallet-core/src/wallet.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 14f4c85c3..b1baf9b3d 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1523,12 +1523,7 @@ export class Wallet {
public static defaultConfig: Readonly<WalletConfig> = {
builtin: {
- exchanges: [
- {
- exchangeBaseUrl: "https://exchange.demo.taler.net/",
- currencyHint: "KUDOS",
- },
- ],
+ exchanges: [],
},
features: {
allowHttp: false,