From 44f287df02d1fd2a5ec1be9c579a96bb2c89e67e Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 7 Dec 2015 17:20:46 +0100 Subject: [PATCH] Remove Bytes type from here. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index df2e7c528..b1668c6ad 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,6 @@ extern crate ethcore_util; use ethcore_util::hash::*; use ethcore_util::uint::*; -pub type Bytes = Vec; pub type LogBloom = Hash4096; pub static ZERO_ADDRESS: Address = Address([0x00; 20]);