mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 02:39:24 +01: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
Reference in a new issue