mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Add un-finished, uncompiling state_processing
This commit is contained in:
7
eth2/state_processing/src/lib.rs
Normal file
7
eth2/state_processing/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod block_processable;
|
||||
mod epoch_processable;
|
||||
mod slot_processable;
|
||||
|
||||
pub use block_processable::{BlockProcessable, Error as BlockProcessingError};
|
||||
pub use epoch_processable::{EpochProcessable, Error as EpochProcessingError};
|
||||
pub use slot_processable::{Error as SlotProcessingError, SlotProcessable};
|
||||
Reference in New Issue
Block a user