lighthouse/beacon_chain/validator_induction/src/lib.rs
Paul Hauner 900ffac5e0
Run rustfmt globally.
Using `$ cargo fmt` in the root. Closes #68.
2018-11-04 15:35:55 +01:00

8 lines
140 B
Rust

extern crate bls;
extern crate hashing;
extern crate types;
mod inductor;
pub use inductor::{ValidatorInductionError, ValidatorInductor};