Merge branch 'master' into FSM
This commit is contained in:
@@ -332,7 +332,7 @@ UniValue setgenerate(const UniValue& params, bool fHelp)
|
||||
if (params.size() > 0)
|
||||
fGenerate = params[0].get_bool();
|
||||
|
||||
int nGenProcLimit = GetArg("-genproclimit", -1);;
|
||||
int nGenProcLimit = GetArg("-genproclimit", 0);;
|
||||
if (params.size() > 1)
|
||||
{
|
||||
nGenProcLimit = params[1].get_int();
|
||||
|
||||
Reference in New Issue
Block a user