mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Create transition crate
This commit is contained in:
9
beacon_chain/transition/src/lib.rs
Normal file
9
beacon_chain/transition/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
extern crate types;
|
||||
extern crate shuffling;
|
||||
|
||||
pub mod delegation;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum TransitionError {
|
||||
InvalidInput(String),
|
||||
}
|
||||
Reference in New Issue
Block a user