aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-29 20:35:49 +0200
committerFlorian Dold <florian@dold.me>2023-08-29 20:35:49 +0200
commit1ad2f4cbe9d231f7f2324b37ae0e0cc97fbb1216 (patch)
tree56805ba034ef49b5ce0eded277420020d13f6e4e /packages/taler-wallet-core/src/wallet.ts
parenta386de8a9c1aa3fff76b4cb37fb3287213981387 (diff)
wallet-core: do p2p coin selection based on coin availability records
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index bff4442b6..f05f11da4 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1685,7 +1685,8 @@ export class Wallet {
public static defaultConfig: Readonly<WalletConfig> = {
builtin: {
- exchanges: ["https://exchange.demo.taler.net/"],
+ //exchanges: ["https://exchange.demo.taler.net/"],
+ exchanges: [],
auditors: [
{
currency: "KUDOS",