fix tests on patricia-trie
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user