Skip to content

Commit

Permalink
Update beacon_node/beacon_processor/src/work_reprocessing_queue.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Chen <jchen.tc@gmail.com>
  • Loading branch information
dapplion and jimmygchen authored Apr 12, 2024
1 parent 37bd526 commit 1b9937a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
// 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)
Expand Down

0 comments on commit 1b9937a

Please sign in to comment.