mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-01 21:22:10 -04:00
Set mainnet as default
This commit is contained in:
parent
495616edea
commit
d8086ffba9
12 changed files with 42 additions and 39 deletions
|
@ -31,7 +31,7 @@ public enum BitcoinNetwork implements Serializable {
|
|||
REGTEST(RegTestParams.get());
|
||||
|
||||
public static final String KEY = "bitcoin.network";
|
||||
public static final BitcoinNetwork DEFAULT = TESTNET;
|
||||
public static final BitcoinNetwork DEFAULT = MAINNET;
|
||||
|
||||
private final NetworkParameters parameters;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue