mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
update il cache with is timely
This commit is contained in:
@@ -206,7 +206,10 @@ fn verify_and_publish_inclusion_list<T: BeaconChainTypes>(
|
||||
);
|
||||
|
||||
// Store verified IL in the IL cache
|
||||
chain.on_verified_inclusion_list(verified_inclusion_list.signed_il);
|
||||
chain.on_verified_inclusion_list(
|
||||
verified_inclusion_list.signed_il,
|
||||
verified_inclusion_list.is_timely,
|
||||
);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user