Skip to content

Commit

Permalink
Merge pull request #4961 from m52go/remove-btcnode-ip
Browse files Browse the repository at this point in the history
Remove m52go btc node ip
  • Loading branch information
ripcurlx authored Dec 17, 2020
2 parents 113bb4f + 4e4cb42 commit a3824f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public List<BtcNode> getProvidedBtcNodes() {
new BtcNode("btc2.bisq.services", "qxjrxmhyqp5vy5hj.onion", "173.255.240.205", BtcNode.DEFAULT_PORT, "@devinbileck"),

// m52go
new BtcNode("btc.bisq.cc", "4nnuyxm5k5tlyjq3.onion", "167.71.168.194", BtcNode.DEFAULT_PORT, "@m52go"),
new BtcNode(null, "4nnuyxm5k5tlyjq3.onion", null, BtcNode.DEFAULT_PORT, "@m52go"),

// wiz
new BtcNode("node100.hnl.wiz.biz", "m3yqzythryowgedc.onion", "103.99.168.100", BtcNode.DEFAULT_PORT, "@wiz"),
Expand Down

0 comments on commit a3824f8

Please sign in to comment.