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

@@ -23,7 +23,7 @@ extern crate common_types as types;
extern crate ethjson;
extern crate rlp;
extern crate hash;
extern crate trie;
extern crate patricia_trie as trie;
mod action_params;
mod call_type;