fix EIP reference in Electra type definition (#6398)

The field `withdrawal_requests` is from EIP-7002 instead of EIP-6110.
This commit is contained in:
Etan Kissling 2024-07-03 03:41:01 +02:00 committed by GitHub
parent 1fd246b23e
commit fba8cc3ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ type
## [New in Electra:EIP6110]
withdrawal_requests*:
List[WithdrawalRequest, MAX_WITHDRAWAL_REQUESTS_PER_PAYLOAD]
## [New in Electra:EIP6110]
## [New in Electra:EIP7002:EIP7251]
consolidation_requests*:
List[ConsolidationRequest, Limit MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD]
## [New in Electra:EIP7251]