Skip to content

Commit ed98a62

Browse files
committed
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)
2 parents 15bcc70 + 0d91ae3 commit ed98a62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chainparams.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ bool SelectParamsFromCommandLine()
369369
if (network == CBaseChainParams::MAX_NETWORK_TYPES)
370370
return false;
371371

372-
SelectBaseParams(network);
373372
SelectParams(network);
374373
return true;
375374
}

0 commit comments

Comments
 (0)