Remove Bytes type from here.

This commit is contained in:
Gav Wood 2015-12-07 17:20:46 +01:00
parent f596c5819b
commit 44f287df02

View File

@ -4,7 +4,6 @@ extern crate ethcore_util;
use ethcore_util::hash::*;
use ethcore_util::uint::*;
pub type Bytes = Vec<u8>;
pub type LogBloom = Hash4096;
pub static ZERO_ADDRESS: Address = Address([0x00; 20]);