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 })