mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 23:56:30 -04:00
Add localhost
This commit is contained in:
parent
ab45d2aee0
commit
3a1b84ce50
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user