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
In the receive_from_l1 method of L1HeadersStore, block_number - 1 should be stored in the _latest_l1_block mapping instead of block_number.
receive_from_l1
L1HeadersStore
block_number - 1
_latest_l1_block
block_number
The text was updated successfully, but these errors were encountered:
Looking into that
Sorry, something went wrong.
No branches or pull requests
In the
receive_from_l1
method ofL1HeadersStore
,block_number - 1
should be stored in the_latest_l1_block
mapping instead ofblock_number
.The text was updated successfully, but these errors were encountered: