mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 19:32:55 +00:00
6 lines
112 B
Rust
6 lines
112 B
Rust
mod harness;
|
|
mod validator;
|
|
|
|
pub use self::harness::BeaconChainHarness;
|
|
pub use self::validator::TestValidator;
|