mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-31 20:44:39 -04:00
Add localhost
This commit is contained in:
parent
ab45d2aee0
commit
3a1b84ce50
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue