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 3984bd3 commit 3196487Copy full SHA for 3196487
specs/_features/eip7594/p2p-interface.md
@@ -73,7 +73,7 @@ def verify_data_column_sidecar(sidecar: DataColumnSidecar) -> bool:
73
Verify if the data column sidecar is valid.
74
"""
75
# The sidecar index must be within the valid range
76
- if sidecar.index >= NUMBER_OF_COLUMNS
+ if sidecar.index >= NUMBER_OF_COLUMNS:
77
return False
78
79
# A sidecar for zero blobs is invalid
0 commit comments