mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Add attester to beacon chain test harness
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
mod beacon_chain_harness;
|
||||
mod benching_beacon_node;
|
||||
mod direct_beacon_node;
|
||||
mod direct_duties;
|
||||
mod harness;
|
||||
mod validator;
|
||||
|
||||
pub use self::beacon_chain_harness::BeaconChainHarness;
|
||||
pub use self::benching_beacon_node::BenchingBeaconNode;
|
||||
pub use self::direct_beacon_node::DirectBeaconNode;
|
||||
pub use self::direct_duties::DirectDuties;
|
||||
pub use self::harness::BeaconChainHarness;
|
||||
pub use self::validator::TestValidator;
|
||||
|
||||
Reference in New Issue
Block a user