Skip to content

Commit

Permalink
Merge of #5475
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 26, 2024
2 parents 59ef564 + 3e1ba89 commit 941803a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
"slot" => %slot,
"block_hash" => %hash,
);
self.chain.recompute_head_at_current_slot().await;
}
Ok(AvailabilityProcessingStatus::MissingComponents(_, _)) => {
debug!(
Expand Down

0 comments on commit 941803a

Please sign in to comment.