mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 21:54:19 -04:00
Add Localhost, set regtest as default, remove relay as default
This commit is contained in:
parent
835937e0e7
commit
942284480f
5 changed files with 6 additions and 5 deletions
|
@ -32,7 +32,7 @@ public class BitcoinModule extends AbstractModule {
|
|||
private final BitcoinNetwork defaultNetwork;
|
||||
|
||||
public BitcoinModule(Properties properties) {
|
||||
this(properties, BitcoinNetwork.TESTNET);
|
||||
this(properties, BitcoinNetwork.REGTEST);
|
||||
}
|
||||
|
||||
public BitcoinModule(Properties properties, BitcoinNetwork defaultNetwork) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue