mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -04:00
Use server seed node and testnet
This commit is contained in:
parent
232a208a03
commit
8cfdf1907e
2 changed files with 13 additions and 13 deletions
|
@ -30,7 +30,7 @@ import java.util.Properties;
|
||||||
|
|
||||||
public class BitcoinModule extends BitsquareModule {
|
public class BitcoinModule extends BitsquareModule {
|
||||||
|
|
||||||
private static final BitcoinNetwork DEFAULT_NETWORK = BitcoinNetwork.REGTEST;
|
private static final BitcoinNetwork DEFAULT_NETWORK = BitcoinNetwork.TESTNET;
|
||||||
|
|
||||||
private final BitcoinNetwork network;
|
private final BitcoinNetwork network;
|
||||||
|
|
||||||
|
|
|
@ -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.LOCALHOST);
|
.toInstance(BootstrapNodes.DIGITAL_OCEAN_1);
|
||||||
|
|
||||||
doConfigure();
|
doConfigure();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue