We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c483478 commit 5e29a51Copy full SHA for 5e29a51
benchmarking/src/mock.rs
@@ -42,6 +42,7 @@ parameter_types! {
42
}
43
44
impl frame_system::Trait for Test {
45
+ type BaseCallFilter = ();
46
type Origin = Origin;
47
type Index = AccountIndex;
48
type BlockNumber = BlockNumber;
src/mock.rs
@@ -96,6 +96,7 @@ parameter_types! {
96
pub const AvailableBlockRatio: Perbill = Perbill::one();
97
98
impl frame_system::Trait for Runtime {
99
100
101
type Index = u64;
102
type BlockNumber = u64;
0 commit comments