mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 04:21:22 +00:00
35c914baa6
This reverts commitd7a3545be1
, reversing changes made to1da06c156c
.
6 lines
157 B
Rust
6 lines
157 B
Rust
mod beacon_chain_harness;
|
|
mod validator_harness;
|
|
|
|
pub use self::beacon_chain_harness::BeaconChainHarness;
|
|
pub use self::validator_harness::ValidatorHarness;
|