cargo fix

This commit is contained in:
realbigsean
2022-10-03 21:52:16 -04:00
parent e81dbbfea4
commit 8d45e48775
14 changed files with 19 additions and 32 deletions

View File

@@ -98,11 +98,8 @@ use task_executor::{ShutdownReason, TaskExecutor};
use tree_hash::TreeHash;
use types::beacon_state::CloneConfig;
use types::*;
pub use crate::canonical_head::{CanonicalHead, CanonicalHeadRwLock};
pub use fork_choice::CountUnrealized;
use types::kzg_commitment::KzgCommitment;
use types::signed_blobs_sidecar::SignedBlobsSidecar;
pub type ForkChoiceError = fork_choice::Error<crate::ForkChoiceStoreError>;