diff --git a/runtimes/polimec/src/lib.rs b/runtimes/polimec/src/lib.rs index f1c3020d1..77602486e 100644 --- a/runtimes/polimec/src/lib.rs +++ b/runtimes/polimec/src/lib.rs @@ -1070,6 +1070,7 @@ impl pallet_funding::Config for Runtime { type WeightInfo = weights::pallet_funding::SubstrateWeight; } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));