mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Use Localhost
This commit is contained in:
parent
089be0ca16
commit
7dd61b35f6
@ -42,7 +42,7 @@ public abstract class MessageModule extends BitsquareModule {
|
||||
|
||||
bind(Node.class)
|
||||
.annotatedWith(Names.named("bootstrapNode"))
|
||||
.toInstance(BootstrapNodes.DIGITAL_OCEAN_1);
|
||||
.toInstance(BootstrapNodes.LOCALHOST);
|
||||
|
||||
doConfigure();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user