From a7a091addac3d474aab001472b8e6a35cbe69dca Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Fri, 7 Feb 2025 09:27:01 +0000 Subject: [PATCH] Update EIP-7251: fix outdated statement Merged by EIP-Bot. --- EIPS/eip-7251.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7251.md b/EIPS/eip-7251.md index 9008d84c15016c..3bb01ed00c207b 100644 --- a/EIPS/eip-7251.md +++ b/EIPS/eip-7251.md @@ -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