Remove Bytes type from here.
This commit is contained in:
parent
f596c5819b
commit
44f287df02
@ -4,7 +4,6 @@ extern crate ethcore_util;
|
|||||||
use ethcore_util::hash::*;
|
use ethcore_util::hash::*;
|
||||||
use ethcore_util::uint::*;
|
use ethcore_util::uint::*;
|
||||||
|
|
||||||
pub type Bytes = Vec<u8>;
|
|
||||||
pub type LogBloom = Hash4096;
|
pub type LogBloom = Hash4096;
|
||||||
|
|
||||||
pub static ZERO_ADDRESS: Address = Address([0x00; 20]);
|
pub static ZERO_ADDRESS: Address = Address([0x00; 20]);
|
||||||
|
Loading…
Reference in New Issue
Block a user