We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9676a commit 80f7058Copy full SHA for 80f7058
eth/beacon/helpers.py
@@ -79,7 +79,6 @@ def get_block_root(
79
Returns the block root at a recent ``slot``.
80
"""
81
slot_relative_position = current_slot - len(latest_block_roots)
82
- # slot_relative_position = max(current_slot - len(latest_block_roots), 0)
83
return _get_element_from_recent_list(
84
latest_block_roots,
85
slot,
0 commit comments