Remove unused types::common mod
This commit is contained in:
parent
4757b35ed2
commit
9efc7a0def
@ -1,7 +0,0 @@
|
|||||||
use std::collections::HashMap;
|
|
||||||
|
|
||||||
/// Maps a (slot, shard_id) to attestation_indices.
|
|
||||||
pub type AttesterMap = HashMap<(u64, u16), Vec<usize>>;
|
|
||||||
|
|
||||||
/// Maps a slot to a block proposer.
|
|
||||||
pub type ProposerMap = HashMap<u64, usize>;
|
|
@ -1,9 +0,0 @@
|
|||||||
mod delegation;
|
|
||||||
mod shuffling;
|
|
||||||
|
|
||||||
pub mod maps;
|
|
||||||
pub mod attestation_parent_hashes;
|
|
||||||
|
|
||||||
use super::utils;
|
|
||||||
use super::utils::types::Hash256;
|
|
||||||
pub use self::shuffling::shuffle;
|
|
Loading…
Reference in New Issue
Block a user