Skip to content

Commit

Permalink
Merge branch 'Remove-mrosseel-btc-node' into simple_http_monitor
Browse files Browse the repository at this point in the history
# Conflicts:
#	core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
  • Loading branch information
HenrikJannsen committed Jul 5, 2024
2 parents e983f2d + 53609ec commit a038820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ public enum BitcoinNodesOption {
public List<BtcNode> getProvidedBtcNodes() {
return useProvidedBtcNodes() ?
Arrays.asList(
// mrosseel
new BtcNode(null, "bsqbtctulf2g4jtjsdfgl2ed7qs6zz5wqx27qnyiik7laockryvszqqd.onion", null, BtcNode.DEFAULT_PORT, "@miker (unstable)"),

// Devin Bileck
new BtcNode("btc1.bisq.services", "devinbtctu7uctl7hly2juu3thbgeivfnvw3ckj3phy6nyvpnx66yeyd.onion", "172.105.21.216", BtcNode.DEFAULT_PORT, "@devinbileck"),
new BtcNode(null, "devinbtcmwkuitvxl3tfi5of4zau46ymeannkjv6fpnylkgf3q5fa3id.onion", null, BtcNode.DEFAULT_PORT, "@devinbileck"),
Expand Down

0 comments on commit a038820

Please sign in to comment.