Skip to content

Commit f0fb522

Browse files
authored
Add WeightInfo to all pallets with benchmarks. (#6575)
* Start adding weight info * More weightinfo * finish weight info * more fixes * inital update of node runtime * fix the rest of the compilation * update balances * add docs * fix balances tests * Fix more tests * Fix compile * Fix pallet-evm tests
1 parent 857a995 commit f0fb522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ mod tests {
442442
type AccountData = ();
443443
type OnNewAccount = ();
444444
type OnKilledAccount = ();
445+
type SystemWeightInfo = ();
445446
}
446447

447448
parameter_types! {

0 commit comments

Comments
 (0)