diff --git a/src/main.cpp b/src/main.cpp index 4c783c18a..e93091582 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3697,7 +3697,7 @@ bool CheckStake(CBlock* pblock, CWallet& wallet, const CChainParams& chainparams } // Process this block the same as if we had received it from another node - if (!ProcessNewBlock(state, chainparams, NULL, pblock, true, NULL)) + if (!ProcessNewBlock(state, chainparams, NULL, pblock, true, NULL, false)) return error("CheckStake() : ProcessNewBlock, block not accepted"); }