rename trie to patricia-trie

This commit is contained in:
Hawstein
2017-09-13 01:23:02 +08:00
parent ade37be25b
commit dd7a60c7a8
24 changed files with 45 additions and 45 deletions

View File

@@ -107,7 +107,7 @@ extern crate ethcore_logger;
extern crate hash as keccak;
extern crate hashdb;
extern crate memorydb;
extern crate trie;
extern crate patricia_trie as trie;
#[macro_use]
extern crate error_chain;