mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
The first thing that SelectParams does is call SelectBaseParams. Therefore, we do not need to call SelectBaseParams immediately prior to calling SelectParams.
This commit is contained in:
parent
df504e924a
commit
0d91ae308c
@ -369,7 +369,6 @@ bool SelectParamsFromCommandLine()
|
|||||||
if (network == CBaseChainParams::MAX_NETWORK_TYPES)
|
if (network == CBaseChainParams::MAX_NETWORK_TYPES)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
SelectBaseParams(network);
|
|
||||||
SelectParams(network);
|
SelectParams(network);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user