Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eukreign opened this issue Jul 12, 2020 · 0 comments
Open

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

eukreign opened this issue Jul 12, 2020 · 0 comments

Comments

@eukreign
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant