update il cache with is timely

This commit is contained in:
Eitan Seri-Levi
2026-04-30 12:42:34 +02:00
parent f567674871
commit 8559bf0e10
8 changed files with 79 additions and 40 deletions

View File

@@ -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())
})?);