Fix NEXT_SYNC_COMMITTEE_INDEX

This commit is contained in:
Hsiao-Wei Wang 2021-03-15 23:17:59 +08:00
parent b8bf7f0f80
commit 32d0c8087f
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E

View File

@ -315,7 +315,7 @@ def get_generalized_index(ssz_class: Any, *path: Sequence[Union[int, SSZVariable
# Will verify the value at the end of the spec
ALTAIR_HARDCODED_SSZ_DEP_CONSTANTS = {
'FINALIZED_ROOT_INDEX': 'GeneralizedIndex(105)',
'NEXT_SYNC_COMMITTEE_INDEX': 'GeneralizedIndex(54)',
'NEXT_SYNC_COMMITTEE_INDEX': 'GeneralizedIndex(55)',
}