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 8d4350f commit eba5a04Copy full SHA for eba5a04
src/mock.rs
@@ -46,6 +46,7 @@ parameter_types! {
46
}
47
48
impl frame_system::Trait for Test {
49
+ type BaseCallFilter = ();
50
type Origin = Origin;
51
type Index = u64;
52
type BlockNumber = u64;
0 commit comments