mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
update il cache with is timely
This commit is contained in:
@@ -110,7 +110,7 @@ impl<T: BeaconChainTypes> PayloadNotifier<T> {
|
||||
chain
|
||||
.inclusion_list_cache
|
||||
.read()
|
||||
.get_inclusion_list_transactions(il_slot)
|
||||
.get_inclusion_list_transactions(il_slot, true)
|
||||
.unwrap_or(VariableList::new(vec![]).map_err(|_| {
|
||||
BlockError::InternalError("Cant create empty IL".to_string())
|
||||
})?);
|
||||
|
||||
Reference in New Issue
Block a user