We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef564 commit 250a5bdCopy full SHA for 250a5bd
beacon_node/network/src/network_beacon_processor/sync_methods.rs
@@ -267,6 +267,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
267
"slot" => %slot,
268
"block_hash" => %hash,
269
);
270
+ self.chain.recompute_head_at_current_slot().await;
271
}
272
Ok(AvailabilityProcessingStatus::MissingComponents(_, _)) => {
273
debug!(
0 commit comments