Expose function directly in transition

This commit is contained in:
Paul Hauner 2018-08-24 16:01:57 +10:00
parent 6f08700ea0
commit 133769e6e5

View File

@ -1,6 +1,8 @@
use super::super::utils::types::Hash256; use super::super::utils::types::Hash256;
pub mod attestation_parent_hashes; mod attestation_parent_hashes;
pub use self::attestation_parent_hashes::attestation_parent_hashes;
#[derive(Debug)] #[derive(Debug)]
pub enum TransitionError { pub enum TransitionError {