summaryrefslogtreecommitdiff
path: root/src/headless/helpers.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-09-01 22:59:48 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-09-01 22:59:48 +0200
commit82591a9ba9751336480ab429886c085786172ec4 (patch)
tree324eba13db4a9e055a0c79660ae159b1649755f5 /src/headless/helpers.ts
parent4fd092e7e3c060b8b027e16e44f26cce5fd8c0e8 (diff)
downloadwallet-core-82591a9ba9751336480ab429886c085786172ec4.tar.gz
wallet-core-82591a9ba9751336480ab429886c085786172ec4.tar.bz2
wallet-core-82591a9ba9751336480ab429886c085786172ec4.zip
don't show wrong balance
Diffstat (limited to 'src/headless/helpers.ts')
-rw-r--r--src/headless/helpers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/headless/helpers.ts b/src/headless/helpers.ts
index 6716ccef4..49881d469 100644
--- a/src/headless/helpers.ts
+++ b/src/headless/helpers.ts
@@ -133,9 +133,9 @@ export async function getDefaultNodeWallet(
const myBadge = new ConsoleBadge();
- BridgeIDBFactory.enableTracing = true;
+ BridgeIDBFactory.enableTracing = false;
const myBackend = new MemoryBackend();
- myBackend.enableTracing = true;
+ myBackend.enableTracing = false;
const storagePath = args.persistentStoragePath;
if (storagePath) {