Implement enumerated trie root throughout.

This commit is contained in:
Gav
2018-01-30 22:40:03 +01:00
parent 69a73f3480
commit e19100e76a
11 changed files with 74 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ extern crate byteorder;
extern crate rustc_hex;
extern crate native_runtime;
extern crate runtime_std;
extern crate libc;
extern crate triehash;
#[macro_use]
extern crate error_chain;