fix tests on patricia-trie

This commit is contained in:
Robert Habermeier
2017-11-17 17:12:12 +01:00
parent 81212c5031
commit 6fabb56104
4 changed files with 9 additions and 6 deletions

View File

@@ -19,11 +19,12 @@
extern crate jsonrpc_tcp_server;
extern crate jsonrpc_core;
extern crate jsonrpc_macros;
#[macro_use] extern crate log;
extern crate ethcore_bigint as bigint;
extern crate keccak_hash as hash;
extern crate parking_lot;
#[macro_use] extern crate log;
#[cfg(test)] extern crate tokio_core;
#[cfg(test)] extern crate tokio_io;
#[cfg(test)] extern crate ethcore_logger;