Skip to content

Commit 7b22201

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 7dbf064 commit 7b22201

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
@@ -329,6 +329,7 @@ mod tests {
329329
type AccountData = ();
330330
type OnNewAccount = ();
331331
type OnKilledAccount = ();
332+
type SystemWeightInfo = ();
332333
}
333334
ord_parameter_types! {
334335
pub const One: u64 = 1;

0 commit comments

Comments
 (0)