cargo fix

This commit is contained in:
realbigsean
2022-10-03 21:52:16 -04:00
parent e81dbbfea4
commit 8d45e48775
14 changed files with 19 additions and 32 deletions

View File

@@ -62,7 +62,7 @@ use std::{cmp, collections::HashSet};
use task_executor::TaskExecutor;
use tokio::sync::{mpsc};
use types::{
Attestation, AttesterSlashing, BlobsSidecar, Hash256, ProposerSlashing,
Attestation, AttesterSlashing, Hash256, ProposerSlashing,
SignedAggregateAndProof, SignedBeaconBlock, SignedContributionAndProof, SignedVoluntaryExit,
SubnetId, SyncCommitteeMessage, SyncSubnetId,
};