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.
2 parents 59ef564 + 3e1ba89 commit 926a039Copy full SHA for 926a039
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