mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Import validated IL's into IL cache
This commit is contained in:
@@ -105,6 +105,7 @@ impl<T: BeaconChainTypes> PayloadNotifier<T> {
|
||||
|
||||
let inclusion_list_transactions = chain
|
||||
.inclusion_list_cache
|
||||
.read()
|
||||
.get_inclusion_list_transactions(block.slot())
|
||||
.unwrap_or(vec![].into());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user