mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Use port 5000 for localhost
This commit is contained in:
parent
cf6fa5205f
commit
7bf99da595
@ -57,7 +57,7 @@ public class SeedNodeAddress {
|
||||
public enum StaticSeedNodeAddresses {
|
||||
DIGITAL_OCEAN1("digitalocean1.bitsquare.io", "188.226.179.109", 5000),
|
||||
DIGITAL_OCEAN2("digitalocean2.bitsquare.io", "128.199.251.106", 5000),
|
||||
LOCALHOST("localhost", "127.0.0.1", 5001);
|
||||
LOCALHOST("localhost", "127.0.0.1", 5000);
|
||||
|
||||
private final String id;
|
||||
private final String ip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user