mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Rename beacon_chain/ -> eth2/
This commit is contained in:
8
eth2/validator_induction/src/lib.rs
Normal file
8
eth2/validator_induction/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
extern crate bls;
|
||||
extern crate hashing;
|
||||
extern crate spec;
|
||||
extern crate types;
|
||||
|
||||
mod inductor;
|
||||
|
||||
pub use crate::inductor::{process_deposit, ValidatorInductionError};
|
||||
Reference in New Issue
Block a user