Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 4e9061b

Browse files
committed
remove dupe
1 parent bce640b commit 4e9061b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/node/runtime/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,6 @@ impl_runtime_apis! {
15911591
add_benchmark!(params, batches, pallet_uniques, Uniques);
15921592
add_benchmark!(params, batches, pallet_utility, Utility);
15931593
add_benchmark!(params, batches, pallet_vesting, Vesting);
1594-
add_benchmark!(params, batches, pallet_election_provider_multi_phase, ElectionProviderMultiPhase);
15951594

15961595
if batches.is_empty() { return Err("Benchmark not found for this pallet.".into()) }
15971596
Ok((batches, storage_info))

0 commit comments

Comments
 (0)