Decrement notes for assetchains, need to test

This commit is contained in:
jl777
2018-04-20 00:23:58 +03:00
parent ec5b59fd30
commit 8eb43ab4ff
2 changed files with 2 additions and 2 deletions

View File

@@ -4021,7 +4021,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
}
if ( pindex == 0 )
{
fprintf(stderr,"unexpected AcceptBlock error null pindex\n");
//fprintf(stderr,"unexpected AcceptBlock error null pindex\n");
return false;
}
//fprintf(stderr,"acceptblockheader passed\n");