And one more fix to flaky tests (#5467)

* imporoved intervallier version

* remove extra event

* use version 0.3.1

* fix warning
This commit is contained in:
Nikolay Volf
2020-03-31 03:15:31 -07:00
committed by GitHub
parent 439887a773
commit b4d83a4b54
4 changed files with 11 additions and 22 deletions
@@ -64,7 +64,6 @@ use libp2p::swarm::{
NegotiatedSubstream,
};
use log::{debug, error};
use sp_runtime::ConsensusEngineId;
use std::{borrow::Cow, error, io, str, task::{Context, Poll}};
/// Implements the `IntoProtocolsHandler` trait of libp2p.