mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 21:27:12 +00:00
FMT
This commit is contained in:
@@ -97,9 +97,5 @@ pub trait ForkChoiceStore<E: EthSpec>: Sized {
|
||||
fn is_payload_inclusion_list_satisfied(&self, block_root: &Hash256) -> bool;
|
||||
|
||||
/// Records whether a block root satisfies the inclusion list.
|
||||
fn record_payload_inclusion_list_satisfaction(
|
||||
&mut self,
|
||||
block_root: Hash256,
|
||||
satisfied: bool,
|
||||
);
|
||||
fn record_payload_inclusion_list_satisfaction(&mut self, block_root: Hash256, satisfied: bool);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user