This reverts commit fdbfd0b150. (#4230)

It brings back trie-db 0.16.
This commit is contained in:
cheme
2019-11-27 19:23:37 +01:00
committed by Gavin Wood
parent f4035cd5ac
commit a7c04a5bce
6 changed files with 109 additions and 67 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ mod tests {
type Layout = super::Layout<Blake2Hasher>;
fn hashed_null_node<T: TrieConfiguration>() -> TrieHash<T> {
<T::Codec as NodeCodecT<_>>::hashed_null_node()
<T::Codec as NodeCodecT>::hashed_null_node()
}
fn check_equivalent<T: TrieConfiguration>(input: &Vec<(&[u8], &[u8])>) {