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 5f26a2b commit 7017652Copy full SHA for 7017652
benchmarking/src/mock.rs
@@ -58,6 +58,7 @@ impl Convert<u128, u64> for CurrencyToVoteHandler {
58
pub struct Test;
59
60
impl frame_system::Trait for Test {
61
+ type BaseCallFilter = ();
62
type Origin = Origin;
63
type Index = AccountIndex;
64
type BlockNumber = BlockNumber;
src/mock.rs
@@ -173,6 +173,7 @@ parameter_types! {
173
}
174
175
176
177
178
type Index = u64;
179
type BlockNumber = u64;
0 commit comments