We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
thread 'main' panicked at /Users/tomaka/Projets/smoldot/lib/src/sync/warp_sync.rs:637:9: assertion failed: self.sources.len() >= self.sources_by_finalized_height.len()
The text was updated successfully, but these errors were encountered:
Problem is that we set the finalized_block_height field of a source to Err without removing it from sources_by_finalized_height.
finalized_block_height
Err
sources_by_finalized_height
Sorry, something went wrong.
Now that #1482 is done, we should remove this banning system altogether.
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: