SQUASHME: NetworkIdFromCommandLine() function instead of method

This commit is contained in:
jtimon
2014-10-09 19:15:38 +02:00
parent 3fdb9e8c15
commit b796cb084b
3 changed files with 14 additions and 13 deletions

View File

@@ -242,7 +242,7 @@ void SelectParams(CBaseChainParams::Network network) {
bool SelectParamsFromCommandLine()
{
CBaseChainParams::Network network = CBaseChainParams::NetworkIdFromCommandLine();
CBaseChainParams::Network network = NetworkIdFromCommandLine();
if (network == CBaseChainParams::MAX_NETWORK_TYPES)
return false;