Remove ethereum-types as direct dependency (#812)

This commit is contained in:
Bastian Köcher
2018-09-27 12:35:05 +02:00
committed by Arkadiy Paronyan
parent a50e184402
commit 37102611d4
4 changed files with 4 additions and 32 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use std::time::Duration;
use TimerToken;
use libp2p::{multiaddr::Protocol, Multiaddr};
use error::Error;
use ethereum_types::H512;
use primitives::hash::H512;
/// Protocol handler level packet id
pub type PacketId = u8;