From 3d053a37494db5f49b4bed6f17a5ec6a11a8a8aa Mon Sep 17 00:00:00 2001 From: Nikolay Zakirov Date: Tue, 20 Aug 2024 16:07:11 +0800 Subject: [PATCH] typo in the code --- 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 aaa4b0b88dda7..07db6553ee572 100644 --- a/EIPS/eip-7251.md +++ b/EIPS/eip-7251.md @@ -178,7 +178,7 @@ def dequeue_consolidation_requests(): num_dequeued = min(num_in_queue, MAX_CONSOLIDATION_REQUESTS_PER_BLOCK) reqs = [] - for i in range(num_dequeue): + for i in range(num_dequeued): queue_storage_slot = CONSOLIDATION_REQUEST_QUEUE_STORAGE_OFFSET + (queue_head_index + i) * 4 source_address = address(sload(CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS, queue_storage_slot)[0:20]) source_pubkey = (