Adjusted naming of files to ensure they match the name of the struct. Also change the name of some structs so they don't look like tests.
8 lines
195 B
Rust
8 lines
195 B
Rust
mod epoch_map;
|
|
mod local_signer;
|
|
mod simulated_beacon_node;
|
|
|
|
pub use self::epoch_map::EpochMap;
|
|
pub use self::local_signer::LocalSigner;
|
|
pub use self::simulated_beacon_node::SimulatedBeaconNode;
|