diff --git a/EIPS/eip-7002.md b/EIPS/eip-7002.md index e5af719767e789..ea908f4041e896 100644 --- a/EIPS/eip-7002.md +++ b/EIPS/eip-7002.md @@ -224,6 +224,8 @@ def reset_withdrawal_requests_count(): sstore(WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS, WITHDRAWAL_REQUEST_COUNT_STORAGE_SLOT, 0) ``` +Each withdrawal request must appear in the EIP-7685 requests list in the order they are returned from `dequeue_withdrawal_requests()`. + ##### Bytecode ```asm @@ -477,7 +479,6 @@ jumpdest push0 push0 revert - ``` ##### Deployment