Browse Source

-print

pull/4/head
jl777 6 years ago
parent
commit
f190f354b0
  1. 2
      src/main.cpp

2
src/main.cpp

@ -3561,7 +3561,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block)
}
if ( miPrev != mapBlockIndex.end() && (*miPrev).second == 0 )
{
fprintf(stderr,"edge case of both block and prevblock in the strange state\n");
//fprintf(stderr,"edge case of both block and prevblock in the strange state\n");
return(0); // return here to avoid the state of pindex->nHeight not set and pprev NULL
}
}

Loading…
Cancel
Save