lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.58k stars 178 forks source link

`block_info.status` column has duplicate status for the same block #393

Open eukreign opened 4 years ago

eukreign commented 4 years ago

At seemingly random times the block_info.status column in block_index.sqlite database will have two rows for a single block and both of the statuses for those blocks will be the same:

sqlite> select height, datapos, txcount, status, time from block_info where height=790100;
790100|96572990|79|157|1593605718
790100|96656496|108|157|1593605750