diff --git a/runtimes/polimec/src/lib.rs b/runtimes/polimec/src/lib.rs index 7bb4805c9..103611c7f 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 = (); } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));