mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
change priority of haveno's stageent monero node to 2
This commit is contained in:
parent
c0908dd4c2
commit
0a4ccc85fd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public final class CoreMoneroConnectionsService {
|
|||
));
|
||||
DEFAULT_CONNECTIONS.put(BaseCurrencyNetwork.XMR_STAGENET, Arrays.asList(
|
||||
new MoneroRpcConnection("http://127.0.0.1:38081").setPriority(1), // localhost is first priority, use loopback address to match url generated by local node service
|
||||
new MoneroRpcConnection("http://45.63.8.26:38081").setPriority(1),
|
||||
new MoneroRpcConnection("http://45.63.8.26:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://stagenet.community.rino.io:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://stagenet.melo.tools:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://node.sethforprivacy.com:38089").setPriority(2),
|
||||
|
|
Loading…
Reference in a new issue