Fix conflicts rebasing eip4844

This commit is contained in:
Emilia Hane
2023-02-06 14:33:17 +01:00
parent 994990063a
commit d292a3a6a8
19 changed files with 492 additions and 501 deletions

View File

@@ -67,6 +67,12 @@ impl SlotClock for SystemTimeSlotClock {
}
}
impl From<ManualSlotClock> for SystemTimeSlotClock {
fn from(clock: ManualSlotClock) -> Self {
SystemTimeSlotClock { clock }
}
}
#[cfg(test)]
mod tests {
use super::*;