Update BeaconChain w/ new genesis code

This commit is contained in:
Paul Hauner
2018-12-13 17:33:53 +11:00
parent 493a16ac18
commit 01f3b2f0c1
5 changed files with 32 additions and 25 deletions

View File

@@ -5,5 +5,5 @@ extern crate validator_shuffling;
mod beacon_state;
pub use beacon_state::genesis_beacon_state;
pub use beacon_state::{genesis_beacon_state, Error as GenesisError};