mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Beta compiler fixes (#5543)
* remove duplicate imports in gossip tests. get rid of duplicate trait bound locations * more double import fixes * cargo fmt
This commit is contained in:
@@ -22,12 +22,8 @@
|
||||
|
||||
use super::*;
|
||||
use crate::subscription_filter::WhitelistSubscriptionFilter;
|
||||
use crate::transform::{DataTransform, IdentityTransform};
|
||||
use crate::types::{RpcOut, RpcReceiver};
|
||||
use crate::ValidationError;
|
||||
use crate::{
|
||||
config::Config, config::ConfigBuilder, types::Rpc, IdentTopic as Topic, TopicScoreParams,
|
||||
};
|
||||
use crate::types::RpcReceiver;
|
||||
use crate::{config::ConfigBuilder, types::Rpc, IdentTopic as Topic};
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
use libp2p::core::ConnectedPoint;
|
||||
use rand::Rng;
|
||||
|
||||
Reference in New Issue
Block a user