Test
This commit is contained in:
@@ -4122,11 +4122,11 @@ bool static ConnectTip(CValidationState &state, CBlockIndex *pindexNew, CBlock *
|
|||||||
if (state.IsInvalid())
|
if (state.IsInvalid())
|
||||||
{
|
{
|
||||||
InvalidBlockFound(pindexNew, state);
|
InvalidBlockFound(pindexNew, state);
|
||||||
if ( ASSETCHAINS_CBOPRET != 0 )
|
/*if ( ASSETCHAINS_CBOPRET != 0 )
|
||||||
{
|
{
|
||||||
pindexNew->nStatus &= ~BLOCK_FAILED_MASK;
|
pindexNew->nStatus &= ~BLOCK_FAILED_MASK;
|
||||||
fprintf(stderr,"reconsiderblock %d\n",(int32_t)pindexNew->GetHeight());
|
fprintf(stderr,"reconsiderblock %d\n",(int32_t)pindexNew->GetHeight());
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
return error("ConnectTip(): ConnectBlock %s failed", pindexNew->GetBlockHash().ToString());
|
return error("ConnectTip(): ConnectBlock %s failed", pindexNew->GetBlockHash().ToString());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user