Use port 5000 for localhost

This commit is contained in:
Manfred Karrer 2014-10-14 23:44:51 +02:00
parent cf6fa5205f
commit 7bf99da595

View File

@ -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;