Skip to content

Commit

Permalink
fix: added missing BenchmarkHelper type configuration for pallet_mmr
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Nov 21, 2024
1 parent 894abc0 commit de74619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solo-chains/runtime/dancelight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,8 @@ impl pallet_mmr::Config for Runtime {
type WeightInfo = ();
type LeafData = pallet_beefy_mmr::Pallet<Runtime>;
type BlockHashProvider = pallet_mmr::DefaultBlockHashProvider<Runtime>;
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}

parameter_types! {
Expand Down

0 comments on commit de74619

Please sign in to comment.