mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Update fork choice
This commit is contained in:
@@ -2178,7 +2178,8 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
debug!(self.log, "Successfully verified gossip inclusion list");
|
||||
// Store validated inclusion list in the IL cache. This also catches
|
||||
// equivocating IL's and handles them accordingly.
|
||||
self.chain.on_verified_inclusion_list(gossip_verified_il.signed_il);
|
||||
self.chain
|
||||
.on_verified_inclusion_list(gossip_verified_il.signed_il);
|
||||
}
|
||||
Err(err) => match err {
|
||||
GossipInclusionListError::FutureSlot { .. }
|
||||
|
||||
Reference in New Issue
Block a user