Remove hashmap delay

This commit is contained in:
Age Manning
2020-05-06 14:13:23 +10:00
parent 9599f6adda
commit c363ffc236
10 changed files with 20 additions and 193 deletions

View File

@@ -6,7 +6,7 @@ use crate::rpc::{MetaData, Protocol, RPCError, RPCResponseErrorCode};
use crate::{NetworkGlobals, PeerId};
use futures::prelude::*;
use futures::Stream;
use hashmap_delay::HashSetDelay;
use hashset_delay::HashSetDelay;
use libp2p::identify::IdentifyInfo;
use slog::{crit, debug, error, warn};
use smallvec::SmallVec;