File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,15 @@ impl frame_system::Trait for Test {
132
132
type AccountData = pallet_balances:: AccountData < u64 > ;
133
133
type OnNewAccount = ( ) ;
134
134
type OnKilledAccount = ( ) ;
135
+ type SystemWeightInfo = ( ) ;
135
136
}
136
137
impl pallet_balances:: Trait for Test {
137
138
type Balance = u64 ;
138
139
type Event = MetaEvent ;
139
140
type DustRemoval = ( ) ;
140
141
type ExistentialDeposit = ExistentialDeposit ;
141
142
type AccountStore = System ;
143
+ type WeightInfo = ( ) ;
142
144
}
143
145
parameter_types ! {
144
146
pub const MinimumPeriod : u64 = 1 ;
@@ -147,6 +149,7 @@ impl pallet_timestamp::Trait for Test {
147
149
type Moment = u64 ;
148
150
type OnTimestampSet = ( ) ;
149
151
type MinimumPeriod = MinimumPeriod ;
152
+ type WeightInfo = ( ) ;
150
153
}
151
154
parameter_types ! {
152
155
pub const SignedClaimHandicap : u64 = 2 ;
You can’t perform that action at this time.
0 commit comments