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
Comment illustration mismatches code ref_slot_shift = to_blockstamp.ref_slot - to_blockstamp.slot_number 22 - 18 = 4 for_slots_without_missed_blocks = for_slots - ref_slot_shift 10 - 4 = 6 from_block = max(0, to_blockstamp.block_number - for_slots_without_missed_blocks) 13 - 6 = 7
from_block on illustration is 3 instead of 7
#495 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comment illustration mismatches code
ref_slot_shift = to_blockstamp.ref_slot - to_blockstamp.slot_number 22 - 18 = 4
for_slots_without_missed_blocks = for_slots - ref_slot_shift 10 - 4 = 6
from_block = max(0, to_blockstamp.block_number - for_slots_without_missed_blocks) 13 - 6 = 7
from_block on illustration is 3 instead of 7
#495 (comment)
The text was updated successfully, but these errors were encountered: