mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
Use regtest
This commit is contained in:
parent
655c9fb166
commit
32fb720d2b
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ class NetworkParametersProvider implements Provider<NetworkParameters> {
|
|||
|
||||
// Set default
|
||||
// String networkType= WalletFacade.MAIN_NET;
|
||||
String networkType = WalletFacade.TEST_NET;
|
||||
// String networkType = WalletFacade.REG_TEST_NET;
|
||||
//String networkType = WalletFacade.TEST_NET;
|
||||
String networkType = WalletFacade.REG_TEST_NET;
|
||||
|
||||
if (networkTypeFromConfig != null)
|
||||
networkType = networkTypeFromConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue