Trying to get the tests back working

This commit is contained in:
Bastian Köcher
2019-04-12 12:01:16 +02:00
parent 101d338fb9
commit 815e466c41
15 changed files with 944 additions and 796 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const STORAGE_ROOT_LEN: usize = 32;
/// Extract the hashing algorithm type from the given block type.
type HashingOf<B> = <<B as BlockT>::Header as HeaderT>::Hashing;
/// Extract the hash type from the given block type.
type HashOf<B> = <<B as BlockT>::Header as HeaderT>::Hash;
type HashOf<B> = <B as BlockT>::Hash;
/// Abstract the storage into a trait without `Block` generic.
trait StorageT {