Run fork choice after RPC blob import (#5475)

* Run fork choice after RPC blob import
This commit is contained in:
Michael Sproul 2024-03-27 08:36:08 +11:00 committed by GitHub
parent 59ef564b1d
commit 250a5bdc27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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!(