Remove old attestation aggregator

This commit is contained in:
Paul Hauner
2019-03-30 19:15:15 +11:00
parent 935c64deef
commit 65ae8fda47
2 changed files with 0 additions and 220 deletions

View File

@@ -1,4 +1,3 @@
mod attestation_aggregator;
mod beacon_chain;
mod checkpoint;
mod errors;
@@ -8,7 +7,6 @@ pub mod test_utils;
pub use self::beacon_chain::{BeaconChain, BlockProcessingOutcome, InvalidBlock, ValidBlock};
pub use self::checkpoint::CheckPoint;
pub use self::errors::BeaconChainError;
pub use attestation_aggregator::Outcome as AggregationOutcome;
pub use db;
pub use fork_choice;
pub use parking_lot;