mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-06 21:54:19 -04:00
Use testnet and server seed as default, fix logs
This commit is contained in:
parent
020ceb15e9
commit
03f158f61d
6 changed files with 16 additions and 23 deletions
|
@ -32,7 +32,7 @@ public class BitcoinModule extends AbstractModule {
|
|||
private final BitcoinNetwork defaultNetwork;
|
||||
|
||||
public BitcoinModule(Properties properties) {
|
||||
this(properties, BitcoinNetwork.REGTEST);
|
||||
this(properties, BitcoinNetwork.TESTNET);
|
||||
}
|
||||
|
||||
public BitcoinModule(Properties properties, BitcoinNetwork defaultNetwork) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue