mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Rename pallet-session-benchmarking crate (#495)
This is required to support patching Substrate, as otherwise there are two crates with the same name.
This commit is contained in:
@@ -788,7 +788,7 @@ impl_runtime_apis! {
|
||||
) -> Result<Vec<frame_benchmarking::BenchmarkBatch>, sp_runtime::RuntimeString> {
|
||||
use frame_benchmarking::{Benchmarking, BenchmarkBatch, add_benchmark, TrackedStorageKey};
|
||||
|
||||
use pallet_session_benchmarking::Pallet as SessionBench;
|
||||
use cumulus_pallet_session_benchmarking::Pallet as SessionBench;
|
||||
use frame_system_benchmarking::Pallet as SystemBench;
|
||||
|
||||
impl frame_system_benchmarking::Config for Runtime {}
|
||||
|
||||
Reference in New Issue
Block a user