mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Add attester to beacon chain test harness
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod attestation_aggregation;
|
||||
mod attestation_aggregator;
|
||||
pub mod attestation_processing;
|
||||
mod attestation_production;
|
||||
mod attestation_targets;
|
||||
mod block_graph;
|
||||
@@ -14,7 +15,7 @@ mod state_transition;
|
||||
|
||||
use self::attestation_targets::AttestationTargets;
|
||||
use self::block_graph::BlockGraph;
|
||||
use attestation_aggregation::AttestationAggregator;
|
||||
use attestation_aggregator::AttestationAggregator;
|
||||
use db::{
|
||||
stores::{BeaconBlockStore, BeaconStateStore},
|
||||
ClientDB, DBError,
|
||||
|
||||
Reference in New Issue
Block a user