mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Change from http port 80 clearnet to https 443
To be compatible to https://github.com/bisq-network/bisq/pull/4492
This commit is contained in:
parent
67fc398f9b
commit
f21019d44c
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue