mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-09 15:43:08 -04:00
Use port 5000 for localhost
This commit is contained in:
parent
cf6fa5205f
commit
7bf99da595
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue