Run fork choice after RPC blob import (#5475)
* Run fork choice after RPC blob import
This commit is contained in:
parent
59ef564b1d
commit
250a5bdc27
@ -267,6 +267,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
|||||||
"slot" => %slot,
|
"slot" => %slot,
|
||||||
"block_hash" => %hash,
|
"block_hash" => %hash,
|
||||||
);
|
);
|
||||||
|
self.chain.recompute_head_at_current_slot().await;
|
||||||
}
|
}
|
||||||
Ok(AvailabilityProcessingStatus::MissingComponents(_, _)) => {
|
Ok(AvailabilityProcessingStatus::MissingComponents(_, _)) => {
|
||||||
debug!(
|
debug!(
|
||||||
|
Loading…
Reference in New Issue
Block a user