Closed Warchant closed 2 years ago
Have investigated this issue and for this moment it most likely it was a storage corruption.
root.height == 711392
it is a valid BTC root height.
const int mainnetBTCstartHeight=711392;
index.height == 708156
it is definitely invalid height of the block.
At this point I have updated logging this situation and do not make assert failing, just return a failure of the loadBlockInner
function, so as the result daemon should ask for reindex.
@Leonardiae