mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Cleanup consensus/types re-exports (#8643)
Removes some of the temporary re-exports in `consensus/types`. I am doing this in multiple parts to keep each diff small. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -20,7 +20,7 @@ use std::collections::{HashMap, HashSet};
|
||||
use std::hash::Hash;
|
||||
use std::marker::PhantomData;
|
||||
use typenum::Unsigned;
|
||||
use types::slot_data::SlotData;
|
||||
use types::SlotData;
|
||||
use types::{Epoch, EthSpec, Hash256, Slot};
|
||||
|
||||
/// The maximum capacity of the `AutoPruningEpochContainer`.
|
||||
|
||||
Reference in New Issue
Block a user