mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 10:37:56 +00:00
Trying to get the tests back working
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user