Allow mint=1 to be a VRSC.conf parameter

This commit is contained in:
miketout
2018-10-28 13:40:09 -07:00
parent 6023e8ab75
commit 76a77528ab
2 changed files with 3 additions and 3 deletions

View File

@@ -1661,8 +1661,6 @@ void komodo_args(char *argv0)
}
else KOMODO_MININGTHREADS = 0;
VERUS_MINTBLOCKS = GetBoolArg("-mint", false);
VERUS_CHEATCATCHER = GetArg("-cheatcatcher", "");
if ( (KOMODO_EXCHANGEWALLET= GetBoolArg("-exchange", false)) != 0 )