Skip to content

Commit

Permalink
Change from http port 80 clearnet to https 443
Browse files Browse the repository at this point in the history
To be compatible to #4492
  • Loading branch information
Emzy authored and ripcurlx committed Sep 8, 2020
1 parent 67fc398 commit f21019d
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 @@ -124,7 +124,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
"xmrblocks.monero.emzy.de", // @emzy
"node77.monero.wiz.biz" // @wiz
));
private static final ArrayList<String> XMR_TX_PROOF_SERVICES = new ArrayList<>(Arrays.asList(
Expand Down

0 comments on commit f21019d

Please sign in to comment.