From 1b9937a8d5870056c0ccf4ef9452621e5ddcca90 Mon Sep 17 00:00:00 2001 From: Lion - dapplion <35266934+dapplion@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:31:02 +0900 Subject: [PATCH] Update beacon_node/beacon_processor/src/work_reprocessing_queue.rs Co-authored-by: Jimmy Chen --- beacon_node/beacon_processor/src/work_reprocessing_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_processor/src/work_reprocessing_queue.rs b/beacon_node/beacon_processor/src/work_reprocessing_queue.rs index 2cd76c0ffd4..abb59878708 100644 --- a/beacon_node/beacon_processor/src/work_reprocessing_queue.rs +++ b/beacon_node/beacon_processor/src/work_reprocessing_queue.rs @@ -676,7 +676,7 @@ impl ReprocessQueue { // Register the delay. let delay_key = self .sampling_requests_delay_queue - .insert(id, QUEUED_LIGHT_CLIENT_UPDATE_DELAY); + .insert(id, QUEUED_SAMPLING_REQUESTS_DELAY); self.awaiting_sampling_requests_per_block_root .entry(queued_sampling_request.beacon_block_root)