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:
parent
1fd246b23e
commit
fba8cc3ee5
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue