mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Cleanup single attestation imports
This commit is contained in:
@@ -81,7 +81,7 @@ use tokio_stream::{
|
||||
StreamExt,
|
||||
};
|
||||
use types::{
|
||||
attestation::SingleAttestation, fork_versioned_response::EmptyMetadata, Attestation,
|
||||
SingleAttestation, fork_versioned_response::EmptyMetadata, Attestation,
|
||||
AttestationData, AttestationShufflingId, AttesterSlashing, BeaconStateError, CommitteeCache,
|
||||
ConfigAndPreset, Epoch, EthSpec, ForkName, ForkVersionedResponse, Hash256,
|
||||
ProposerPreparationData, ProposerSlashing, RelativeEpoch, SignedAggregateAndProof,
|
||||
|
||||
@@ -50,7 +50,7 @@ use tokio::sync::{
|
||||
mpsc::{Sender, UnboundedSender},
|
||||
oneshot,
|
||||
};
|
||||
use types::{attestation::SingleAttestation, Attestation, EthSpec};
|
||||
use types::{SingleAttestation, Attestation, EthSpec};
|
||||
|
||||
// Error variants are only used in `Debug` and considered `dead_code` by the compiler.
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user