mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Finished Gossip Block Validation Conditions (#2640)
* Gossip Block Validation is Much More Efficient Co-authored-by: realbigsean <seananderson33@gmail.com>
This commit is contained in:
@@ -61,6 +61,10 @@ impl SlotClock for SystemTimeSlotClock {
|
||||
fn genesis_slot(&self) -> Slot {
|
||||
self.clock.genesis_slot()
|
||||
}
|
||||
|
||||
fn genesis_duration(&self) -> Duration {
|
||||
*self.clock.genesis_duration()
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user