fix
This commit is contained in:
@@ -344,7 +344,7 @@ UniValue setgenerate(const UniValue& params, bool fHelp)
|
|||||||
{
|
{
|
||||||
VERUS_MINTBLOCKS = 1;
|
VERUS_MINTBLOCKS = 1;
|
||||||
fGenerate = GetBoolArg("-gen", false);
|
fGenerate = GetBoolArg("-gen", false);
|
||||||
if ( ASSETCHAINS_STAKED != 0 )
|
if ( ASSETCHAINS_STAKED == 0 )
|
||||||
nGenProcLimit = KOMODO_MININGTHREADS;
|
nGenProcLimit = KOMODO_MININGTHREADS;
|
||||||
else
|
else
|
||||||
KOMODO_MININGTHREADS = nGenProcLimit;
|
KOMODO_MININGTHREADS = nGenProcLimit;
|
||||||
|
|||||||
Reference in New Issue
Block a user