You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
At seemingly random times the
block_info.status
column inblock_index.sqlite
database will have two rows for a single block and both of the statuses for those blocks will be the same:The text was updated successfully, but these errors were encountered: