GetHeight()
This commit is contained in:
@@ -4125,7 +4125,7 @@ bool static ConnectTip(CValidationState &state, CBlockIndex *pindexNew, CBlock *
|
|||||||
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->nHeight);
|
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