Skip to content

Commit

Permalink
fix benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
ETeissonniere committed Nov 3, 2021
1 parent ee15720 commit 36f5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ sp_api::impl_runtime_apis! {
add_benchmark!(params, batches, pallet_balances, Balances);
add_benchmark!(params, batches, pallet_collective, RootCommittee);
add_benchmark!(params, batches, pallet_grandpa, Grandpa);
add_benchmark!(params, batches, pallet_nodle_staking, NodleStaking);
add_benchmark!(params, batches, pallet_nodle_staking, Staking);
add_benchmark!(params, batches, pallet_im_online, ImOnline);
add_benchmark!(params, batches, pallet_multisig, Multisig);
//add_benchmark!(params, batches, pallet_offences, OffencesBench::<Runtime>);
Expand Down

0 comments on commit 36f5e5a

Please sign in to comment.