mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Use Localhost
This commit is contained in:
parent
089be0ca16
commit
7dd61b35f6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public abstract class MessageModule extends BitsquareModule {
|
||||||
|
|
||||||
bind(Node.class)
|
bind(Node.class)
|
||||||
.annotatedWith(Names.named("bootstrapNode"))
|
.annotatedWith(Names.named("bootstrapNode"))
|
||||||
.toInstance(BootstrapNodes.DIGITAL_OCEAN_1);
|
.toInstance(BootstrapNodes.LOCALHOST);
|
||||||
|
|
||||||
doConfigure();
|
doConfigure();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue