From 31d430e30ea1fbb756d1e2d3a431f920ef3ba407 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 19 May 2021 12:13:11 -0700 Subject: [PATCH] fix(startup): Fixing bug in startup --- src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.js b/src/app.js index 1cf9c41..8830854 100644 --- a/src/app.js +++ b/src/app.js @@ -75,7 +75,6 @@ const miningV5 = new MiningV5() const rawtransactionsV5 = new RawtransactionsV5() const slpV5 = new SlpV5() const electrumxv5 = new ElectrumXV5() -electrumxv5.connect() const encryptionv5 = new EncryptionV5() const pricev5 = new PriceV5() const utilV5 = new UtilV5({ electrumx: electrumxv5 })