Skip to content

Commit

Permalink
Update EIP-7251: fix outdated statement
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
mcdee authored Feb 7, 2025
1 parent fc5d222 commit a7a091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7251.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ request_data = dequeue_consolidation_requests()
The contract has three different code paths, which can be summarized at a high level as follows:

1. Add consolidation request - requires a `96` byte input, concatenated public keys of the source and the target validators.
2. Excess consolidation requests getter - if the input length is zero, return the current excess consolidation requests count.
2. Fee getter - if the input length is zero, return the current fee required to add a consolidation request.
3. System process - if called by system address, pop off the consolidation requests for the current block from the queue.

##### Add Consolidation Request
Expand Down

0 comments on commit a7a091a

Please sign in to comment.