mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Merge pull request #5203
0d91ae3
The first thing that SelectParams does is call SelectBaseParams. Therefore, we do not need to call SelectBaseParams immediately prior to calling SelectParams. (mruddy)
This commit is contained in:
commit
ed98a6284b
@ -369,7 +369,6 @@ bool SelectParamsFromCommandLine()
|
||||
if (network == CBaseChainParams::MAX_NETWORK_TYPES)
|
||||
return false;
|
||||
|
||||
SelectBaseParams(network);
|
||||
SelectParams(network);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user