diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 77ecdfc8..ac91bbcf 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -504,6 +504,8 @@ impl pallet_treasury::Config for Runtime { type Paymaster = PayFromAccount; type BalanceConverter = NoConversion; type PayoutPeriod = PayoutSpendPeriod; + #[cfg(feature = "runtime-benchmarks")] + type BenchmarkHelper = (); } impl pallet_encointer_reputation_commitments::Config for Runtime {