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 06ead3a commit 80b94baCopy full SHA for 80b94ba
specs/_features/eip7594/fork-choice.md
@@ -51,7 +51,7 @@ def get_head(store: Store) -> Root:
51
# Get available children for the current slot
52
children = [
53
root for (root, block) in blocks.items()
54
- if block.parent_root == head and is_data_available(root):
+ if block.parent_root == head and is_data_available(root)
55
]
56
if len(children) == 0:
57
return head
0 commit comments