Correct compile error

This commit is contained in:
Age Manning 2019-03-31 11:04:50 +11:00
parent 77fb738c78
commit e0680f9771
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -4,9 +4,7 @@ mod errors;
pub mod initialise;
pub mod test_utils;
pub use self::beacon_chain::{
AttestationValidationError, BeaconChain, BlockProcessingOutcome, InvalidBlock, ValidBlock,
};
pub use self::beacon_chain::{BeaconChain, BlockProcessingOutcome, InvalidBlock, ValidBlock};
pub use self::checkpoint::CheckPoint;
pub use self::errors::{BeaconChainError, BlockProductionError};
pub use db;