mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Run fork choice after RPC blob import (#5475)
* Run fork choice after RPC blob import
This commit is contained in:
@@ -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!(
|
||||||
|
|||||||
Reference in New Issue
Block a user