From de746192c87931761e429c32a1f176b00d52b2f5 Mon Sep 17 00:00:00 2001 From: Aleksandar Brayanov Date: Thu, 21 Nov 2024 19:27:03 +0000 Subject: [PATCH] fix: added missing BenchmarkHelper type configuration for pallet_mmr --- solo-chains/runtime/dancelight/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solo-chains/runtime/dancelight/src/lib.rs b/solo-chains/runtime/dancelight/src/lib.rs index c44ca85ad..b3f620c6e 100644 --- a/solo-chains/runtime/dancelight/src/lib.rs +++ b/solo-chains/runtime/dancelight/src/lib.rs @@ -1197,6 +1197,8 @@ impl pallet_mmr::Config for Runtime { type WeightInfo = (); type LeafData = pallet_beefy_mmr::Pallet; type BlockHashProvider = pallet_mmr::DefaultBlockHashProvider; + #[cfg(feature = "runtime-benchmarks")] + type BenchmarkHelper = (); } parameter_types! {