Skip to content

Commit 250a5bd

Browse files
Run fork choice after RPC blob import (#5475)
* Run fork choice after RPC blob import
1 parent 59ef564 commit 250a5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_node/network/src/network_beacon_processor/sync_methods.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
267267
"slot" => %slot,
268268
"block_hash" => %hash,
269269
);
270+
self.chain.recompute_head_at_current_slot().await;
270271
}
271272
Ok(AvailabilityProcessingStatus::MissingComponents(_, _)) => {
272273
debug!(

0 commit comments

Comments
 (0)