mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
900ffac5e0
Using `$ cargo fmt` in the root. Closes #68.
8 lines
140 B
Rust
8 lines
140 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
|
|
mod inductor;
|
|
|
|
pub use inductor::{ValidatorInductionError, ValidatorInductor};
|