mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Implement ERA consumer and producer in lcli
This commit is contained in:
5
beacon_node/beacon_chain/src/era/mod.rs
Normal file
5
beacon_node/beacon_chain/src/era/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod consumer;
|
||||
pub mod producer;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
Reference in New Issue
Block a user