Remove some dangling deps causing warnings
This commit is contained in:
parent
809edba150
commit
43394c074c
@ -5,7 +5,6 @@ extern crate bytes;
|
|||||||
extern crate ssz;
|
extern crate ssz;
|
||||||
|
|
||||||
use super::utils;
|
use super::utils;
|
||||||
use super::db;
|
|
||||||
|
|
||||||
pub mod active_state;
|
pub mod active_state;
|
||||||
pub mod attestation_record;
|
pub mod attestation_record;
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
use super::super::utils::types::Hash256;
|
use super::super::utils::types::Hash256;
|
||||||
use super::crystallized_state;
|
|
||||||
use super::super::db;
|
|
||||||
use super::ssz;
|
|
||||||
use super::blake2;
|
|
||||||
use super::utils;
|
|
||||||
|
|
||||||
mod attestation_parent_hashes;
|
mod attestation_parent_hashes;
|
||||||
mod shuffling;
|
mod shuffling;
|
||||||
mod validate_block;
|
|
||||||
|
|
||||||
pub use self::attestation_parent_hashes::attestation_parent_hashes;
|
pub use self::attestation_parent_hashes::attestation_parent_hashes;
|
||||||
pub use self::shuffling::shuffle;
|
pub use self::shuffling::shuffle;
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
enum BlockStatus {
|
|
||||||
NewBlock,
|
|
||||||
KnownBlock,
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user