Fixups (still loading epoch boundary states)

This commit is contained in:
Michael Sproul
2022-02-15 12:10:02 +11:00
parent 5ff4868280
commit b8709fdcab
3 changed files with 5 additions and 14 deletions

View File

@@ -68,7 +68,6 @@ use state_processing::{
use std::borrow::Cow;
use std::fs;
use std::io::Write;
use std::time::Duration;
use store::{Error as DBError, HotColdDB, KeyValueStore, StoreOp};
use tree_hash::TreeHash;
use types::{

View File

@@ -4,7 +4,6 @@ use crate::{BeaconChain, BeaconChainError, BeaconChainTypes};
use lazy_static::lazy_static;
pub use lighthouse_metrics::*;
use slot_clock::SlotClock;
use std::time::Duration;
use types::{BeaconState, Epoch, EthSpec, Hash256, Slot};
lazy_static! {