mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
add IL type, gossip kind, and pubsub message
This commit is contained in:
@@ -211,6 +211,7 @@ impl GossipCache {
|
||||
GossipKind::BlsToExecutionChange => self.bls_to_execution_change,
|
||||
GossipKind::LightClientFinalityUpdate => self.light_client_finality_update,
|
||||
GossipKind::LightClientOptimisticUpdate => self.light_client_optimistic_update,
|
||||
GossipKind::InclusionList => None,
|
||||
};
|
||||
let Some(expire_timeout) = expire_timeout else {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user