mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
rebase onto fulu
This commit is contained in:
@@ -7399,7 +7399,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
}
|
||||
|
||||
pub fn on_verified_inclusion_list(&self, signed_il: SignedInclusionList<T::EthSpec>) {
|
||||
debug!(self.log, "Adding verified inclusion list to the cache");
|
||||
info!(self.log, "Adding verified inclusion list to the cache");
|
||||
self.inclusion_list_cache
|
||||
.write()
|
||||
.on_inclusion_list(signed_il, &self.log);
|
||||
|
||||
Reference in New Issue
Block a user