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

@@ -109,7 +109,7 @@ extern crate rlp;
extern crate hash;
extern crate heapsize;
extern crate memorydb;
extern crate trie;
extern crate patricia_trie as trie;
extern crate triehash;
extern crate ansi_term;
extern crate semantic_version;