Skip to content

Commit

Permalink
v0.9.39 - fix ref to BagsList in benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Apr 5, 2023
1 parent 0cfe7e5 commit 6f56afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/runtime_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod benches {
define_benchmarks!(
[frame_benchmarking, BaselineBench::<Runtime>]
[pallet_babe, Babe]
[pallet_bags_list, VoterList]
[pallet_bags_list, BagsList]
[pallet_balances, Balances]
[pallet_election_provider_multi_phase, ElectionProviderMultiPhase]
[pallet_election_provider_support_benchmarking, EPSBench::<Runtime>]
Expand Down

0 comments on commit 6f56afc

Please sign in to comment.