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.
WeightInfo
1 parent 82a2702 commit 429b1f3Copy full SHA for 429b1f3
src/mock.rs
@@ -88,6 +88,7 @@ impl frame_system::Trait for Test {
88
type AccountData = pallet_balances::AccountData<u128>;
89
type OnNewAccount = ();
90
type OnKilledAccount = ();
91
+ type SystemWeightInfo = ();
92
}
93
94
parameter_types! {
@@ -100,6 +101,7 @@ impl pallet_balances::Trait for Test {
100
101
type Event = TestEvent;
102
type ExistentialDeposit = ExistentialDeposit;
103
type AccountStore = System;
104
+ type WeightInfo = ();
105
106
107
0 commit comments