Skip to content

Commit

Permalink
Run fork choice after RPC blob import (#5475)
Browse files Browse the repository at this point in the history
* Run fork choice after RPC blob import
  • Loading branch information
michaelsproul authored Mar 26, 2024
1 parent 59ef564 commit 250a5bd
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 250a5bd

Please sign in to comment.