-
Notifications
You must be signed in to change notification settings - Fork 220
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
[base node] Orphan block failed validation during chain reorg: IncorrectPreviousHash #4632
Comments
might be related:
Node was at 1079, started header sync, just as the tip increased to 1080 |
Another instance of this happening:
|
pretty sure both cases are caused by a race condition between the RWLOCK of the db and the |
Sounds like this is related to #4668 |
fixed in #4677 |
Repository owner
moved this from In Progress
to Done
in Tari Esme Testnet
Sep 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may be a serious bug - when we are trying to add this block, we already have determined that it links to the chain so it shouldn't ever fail
The text was updated successfully, but these errors were encountered: