mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
Lint
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
use beacon_chain::attestation_simulator::produce_unaggregated_attestation;
|
||||
use beacon_chain::custody_context::NodeCustodyType;
|
||||
use beacon_chain::test_utils::{
|
||||
AttestationStrategy, BeaconChainHarness, BlockStrategy, fork_name_from_env, test_spec,
|
||||
AttestationStrategy, BeaconChainHarness, BlockStrategy, fork_name_from_env,
|
||||
};
|
||||
use beacon_chain::validator_monitor::UNAGGREGATED_ATTESTATION_LAG_SLOTS;
|
||||
use beacon_chain::{StateSkipConfig, WhenSlotSkipped, metrics};
|
||||
use bls::{AggregateSignature, Keypair};
|
||||
use std::sync::{Arc, LazyLock};
|
||||
use tree_hash::TreeHash;
|
||||
use types::{Attestation, EthSpec, ForkName, MainnetEthSpec, RelativeEpoch, Slot};
|
||||
use types::{Attestation, EthSpec, MainnetEthSpec, RelativeEpoch, Slot};
|
||||
|
||||
pub const VALIDATOR_COUNT: usize = 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user