Skip to content

Commit

Permalink
Merge pull request #6987 from wiz/patch-1
Browse files Browse the repository at this point in the history
Remove 2 of wiz's Bitcoin nodes
  • Loading branch information
alejandrogarcia83 committed Jan 8, 2024
2 parents 01f13cb + 9771e0c commit 36734e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public List<BtcNode> getProvidedBtcNodes() {
new BtcNode(null, "devinbtcmwkuitvxl3tfi5of4zau46ymeannkjv6fpnylkgf3q5fa3id.onion", null, BtcNode.DEFAULT_PORT, "@devinbileck"),

// wiz
new BtcNode("node110.tk7.wiz.biz", "wizbit5555bsslwv4ctronnsgk5vh2w2pdx7v7eyuivlyuoteejk7lid.onion", "103.99.169.110", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node120.tk7.wiz.biz", "jto2jfbsxhb6yvhcrrjddrgbakte6tgsy3c3z3prss64gndgvovvosyd.onion", "103.99.169.120", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node210.fmt.wiz.biz", "rfqmn3qe36uaptkxhdvi74p4hyrzhir6vhmzb2hqryxodig4gue2zbyd.onion", "103.99.170.210", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node220.fmt.wiz.biz", "azbpsh4arqlm6442wfimy7qr65bmha2zhgjg7wbaji6vvaug53hur2qd.onion", "103.99.170.220", BtcNode.DEFAULT_PORT, "@wiz")
) :
Expand Down

0 comments on commit 36734e9

Please sign in to comment.