mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
Fork choice changes
This commit is contained in:
@@ -232,9 +232,9 @@ pub async fn notify_new_payload<T: BeaconChainTypes>(
|
||||
"Unsatisfied inclusion list"
|
||||
);
|
||||
chain
|
||||
.set_unsatisfied_inclusion_list_block(
|
||||
block.slot(),
|
||||
.record_payload_inclusion_list_satisfaction(
|
||||
block.tree_hash_root(),
|
||||
false,
|
||||
)
|
||||
.await?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user