Test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user