Add localhost

This commit is contained in:
Manfred Karrer 2014-11-05 02:19:08 +01:00
parent ab45d2aee0
commit 3a1b84ce50

View File

@ -18,6 +18,7 @@
package io.bitsquare.network;
public enum BootstrapNode implements Node {
LOCAL_HOST("localhost", "127.0.0.1", 5000),
DIGITAL_OCEAN1("digitalocean1.bitsquare.io", "188.226.179.109", 5000);
private final String id;