Skip to content

Commit 80f7058

Browse files
committed
remove unnecessary comment
1 parent fd9676a commit 80f7058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/beacon/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def get_block_root(
7979
Returns the block root at a recent ``slot``.
8080
"""
8181
slot_relative_position = current_slot - len(latest_block_roots)
82-
# slot_relative_position = max(current_slot - len(latest_block_roots), 0)
8382
return _get_element_from_recent_list(
8483
latest_block_roots,
8584
slot,

0 commit comments

Comments
 (0)