From c036e00a8c677084284983d424e7ba92b04b60c0 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 4 Apr 2019 15:45:13 +0100 Subject: [PATCH] REF: electrum servers list --- BlueElectrum.js | 3 +-- LightningCustodianWallet.test.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BlueElectrum.js b/BlueElectrum.js index e0cb64932..e693f290d 100644 --- a/BlueElectrum.js +++ b/BlueElectrum.js @@ -7,8 +7,6 @@ const storageKey = 'ELECTRUM_PEERS'; const defaultPeer = { host: 'electrum.coinucopia.io', tcp: 50001 }; const hardcodedPeers = [ { host: 'noveltybobble.coinjoined.com', tcp: '50001' }, - { host: 'daedalus.bauerj.eu', tcp: '50001' }, - { host: 'elx1.kempken.org', tcp: '50001' }, { host: 'electrum.be', tcp: '50001' }, { host: 'node.ispol.sk', tcp: '50001' }, // SLOW { host: '139.162.14.142', tcp: '50001' }, @@ -16,6 +14,7 @@ const hardcodedPeers = [ { host: 'Bitkoins.nl', tcp: '50001' }, { host: 'fullnode.coinkite.com', tcp: '50001' }, { host: 'preperfect.eleCTruMioUS.com', tcp: '50001' }, + { host: '199.217.117.27', tcp: '50001' }, ]; let mainClient = false; diff --git a/LightningCustodianWallet.test.js b/LightningCustodianWallet.test.js index 411d4e7c9..d81d14bd0 100644 --- a/LightningCustodianWallet.test.js +++ b/LightningCustodianWallet.test.js @@ -376,7 +376,7 @@ describe('LightningCustodianWallet', () => { assert.ok(err); }); - it.only('cant pay negative free amount', async () => { + it('cant pay negative free amount', async () => { jasmine.DEFAULT_TIMEOUT_INTERVAL = 100 * 1000; if (!process.env.BLITZHUB) { console.error('process.env.BLITZHUB not set, skipped');