diff --git a/src/main.cpp b/src/main.cpp index 632e6f723..8ee3236ba 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4147,11 +4147,11 @@ bool ProcessNewBlock(bool from_miner,int32_t height,CValidationState &state, CNo } // Store to disk CBlockIndex *pindex = NULL; - /*if ( ASSETCHAINS_STAKED != 0 ) // or other low node count networks + if ( ASSETCHAINS_STAKED != 0 ) // or other low node count networks { //komodo_ensure(pblock->hashPrevBlock); komodo_ensure(pblock,hash); - }*/ + } bool ret = AcceptBlock(*pblock, state, &pindex, fRequested, dbp); if (pindex && pfrom) { mapBlockSource[pindex->GetBlockHash()] = pfrom->GetId();