From 683b8b590acc96120e64fa0023017c6d5f0912cd Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Sep 2019 10:56:57 +0900 Subject: [PATCH] Remove bitcoin4-fullnode.csg.uzh.ch / 192.41.136.217 btcnode --- core/src/main/java/bisq/core/btc/nodes/BtcNodes.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/java/bisq/core/btc/nodes/BtcNodes.java b/core/src/main/java/bisq/core/btc/nodes/BtcNodes.java index 79057fa129b..88335b5e8b8 100644 --- a/core/src/main/java/bisq/core/btc/nodes/BtcNodes.java +++ b/core/src/main/java/bisq/core/btc/nodes/BtcNodes.java @@ -82,8 +82,7 @@ public List getProvidedBtcNodes() { new BtcNode("node130.hnl.wiz.biz", "jiuuuislm7ooesic.onion", "103.99.168.130", BtcNode.DEFAULT_PORT, "@wiz"), // others - new BtcNode("btc.jochen-hoenicke.de", "sslnjjhnmwllysv4.onion", "88.198.39.205", BtcNode.DEFAULT_PORT, "@jhoenicke"), - new BtcNode("bitcoin4-fullnode.csg.uzh.ch", null, "192.41.136.217", BtcNode.DEFAULT_PORT, "@tbocek") // requested onion + new BtcNode("btc.jochen-hoenicke.de", "sslnjjhnmwllysv4.onion", "88.198.39.205", BtcNode.DEFAULT_PORT, "@jhoenicke") ) : new ArrayList<>(); }