Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Uses u32 in mock block
Browse files Browse the repository at this point in the history
  • Loading branch information
gupnik committed Jun 20, 2023
1 parent c9576f3 commit 6f706bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/system/src/mocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ pub type MockUncheckedExtrinsic<T, Signature = (), Extra = ()> = generic::Unchec

/// An implementation of `sp_runtime::traits::Block` to be used in tests.
pub type MockBlock<T> = generic::Block<
generic::Header<u64, sp_runtime::traits::BlakeTwo256>,
generic::Header<u32, sp_runtime::traits::BlakeTwo256>,
MockUncheckedExtrinsic<T>,
>;

0 comments on commit 6f706bd

Please sign in to comment.