triehash is separated from util (#6428)
This commit is contained in:
@@ -19,6 +19,7 @@ ethcore-light = { path = "../ethcore/light"}
|
||||
ethcore = { path = "../ethcore" }
|
||||
rlp = { path = "../util/rlp" }
|
||||
hash = { path = "../util/hash" }
|
||||
triehash = { path = "../util/triehash" }
|
||||
clippy = { version = "0.0.103", optional = true}
|
||||
log = "0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
@@ -19,6 +19,7 @@ use std::collections::hash_map::Entry;
|
||||
use smallvec::SmallVec;
|
||||
use hash::{keccak, KECCAK_NULL_RLP, KECCAK_EMPTY_LIST_RLP};
|
||||
use heapsize::HeapSizeOf;
|
||||
use triehash::ordered_trie_root;
|
||||
use util::*;
|
||||
use rlp::*;
|
||||
use network::NetworkError;
|
||||
|
||||
@@ -39,6 +39,7 @@ extern crate smallvec;
|
||||
extern crate rlp;
|
||||
extern crate ipnetwork;
|
||||
extern crate hash;
|
||||
extern crate triehash;
|
||||
|
||||
extern crate ethcore_light as light;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user