Skip to content

Commit 719df16

Browse files
jimmygchendknopik
andcommitted
Pop from column_reconstruction_queue.
Co-authored-by: dknopik <107140945+dknopik@users.noreply.github.com>
1 parent 19113d1 commit 719df16

File tree

1 file changed

+2
-0
lines changed
  • beacon_node/beacon_processor/src

1 file changed

+2
-0
lines changed

beacon_node/beacon_processor/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,8 @@ impl<E: EthSpec> BeaconProcessor<E> {
10851085
Some(item)
10861086
} else if let Some(item) = gossip_data_column_queue.pop() {
10871087
Some(item)
1088+
} else if let Some(item) = column_reconstruction_queue.pop() {
1089+
Some(item)
10881090
// Check the priority 0 API requests after blocks and blobs, but before attestations.
10891091
} else if let Some(item) = api_request_p0_queue.pop() {
10901092
Some(item)

0 commit comments

Comments
 (0)