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 e0a3168 commit 3dd6e01Copy full SHA for 3dd6e01
src/tests.rs
@@ -54,6 +54,7 @@ impl frame_system::Trait for Test {
54
type AccountData = pallet_balances::AccountData<u64>;
55
type OnNewAccount = ();
56
type OnKilledAccount = ();
57
+ type SystemWeightInfo = ();
58
}
59
parameter_types! {
60
pub const ExistentialDeposit: u64 = 1;
@@ -64,6 +65,7 @@ impl pallet_balances::Trait for Test {
64
65
type Event = ();
66
type ExistentialDeposit = ExistentialDeposit;
67
type AccountStore = System;
68
+ type WeightInfo = ();
69
70
71
pub const ProofLimit: u32 = 1024;
0 commit comments