mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 23:56:30 -04:00
Deactivate digitalocean2.bitsquare.io
This commit is contained in:
parent
72763d0e5a
commit
de2563d4bf
@ -57,9 +57,9 @@ public class SeedNodeAddress {
|
||||
public enum StaticSeedNodeAddresses {
|
||||
// Manfreds server: "188.226.179.109"
|
||||
// Steves server: "128.199.251.106"
|
||||
DIGITAL_OCEAN1("digitalocean1.bitsquare.io", "188.226.179.109", 5000),
|
||||
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", 5000);
|
||||
LOCALHOST("localhost", "127.0.0.1", 5000)*/;
|
||||
|
||||
private final String id;
|
||||
private final String ip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user