Skip to content

Commit 7262b86

Browse files
Update eth/beacon/helpers.py
Co-Authored-By: hwwhww <[email protected]>
1 parent e293f69 commit 7262b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/beacon/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _get_shard_committees_at_slot(
123123
if earliest_slot_in_array > slot:
124124
raise ValueError(
125125
"earliest_slot_in_array (%s) should be less than or equal to slot (%s)" %
126-
(earliest_slot_in_array, slot + slot)
126+
(earliest_slot_in_array, slot)
127127
)
128128
if slot >= earliest_slot_in_array + epoch_length * 2:
129129
raise ValueError(

0 commit comments

Comments
 (0)