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)