This commit is contained in:
jl777
2018-04-19 22:43:52 +03:00
parent 96df006a14
commit bd87f0c09e

View File

@@ -4109,7 +4109,7 @@ bool ProcessNewBlock(bool from_miner,int32_t height,CValidationState &state, CNo
LOCK(cs_main);
bool fRequested = MarkBlockAsReceived(pblock->GetHash());
fRequested |= fForceProcessing;
if ( checked != 0 && komodo_checkPOW(from_miner,pblock,height) < 0 )
if ( checked != 0 && komodo_checkPOW(from_miner && ASSETCHAINS_STAKED == 0,pblock,height) < 0 )
checked = 0;
if (!checked)
{