mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Fix conflicts rebasing eip4844
This commit is contained in:
@@ -67,12 +67,6 @@ impl SlotClock for SystemTimeSlotClock {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<ManualSlotClock> for SystemTimeSlotClock {
|
||||
fn from(clock: ManualSlotClock) -> Self {
|
||||
SystemTimeSlotClock { clock }
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user