Skip to content

Commit

Permalink
Add friendly name for node77.monero.wiz.biz -> explorer.monero.wiz.biz
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Sep 8, 2020
1 parent 1461d95 commit 5d83ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/bisq/core/user/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid

private static final ArrayList<String> XMR_TX_PROOF_SERVICES_CLEAR_NET = new ArrayList<>(Arrays.asList(
"78.47.61.90:8081", // @emzy
"node77.monero.wiz.biz" // @wiz
"explorer.monero.wiz.biz" // @wiz
));
private static final ArrayList<String> XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(
"monero3bec7m26vx6si6qo7q7imlaoz45ot5m2b5z2ppgoooo6jx2rqd.onion", // @emzy
Expand Down

0 comments on commit 5d83ca5

Please sign in to comment.