This commit is contained in:
cheme
2019-11-26 10:23:11 +01:00
committed by Gavin Wood
parent 309c6c70d8
commit fdbfd0b150
6 changed files with 366 additions and 459 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])>) {