mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-30 01:27:37 -04:00
Use BlockdownloadPane from wallettemplate
This commit is contained in:
parent
2eb5428ed9
commit
e2cdc517e4
15 changed files with 820 additions and 96 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