Skip to content

Commit

Permalink
fix native runtime benchmarking build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 3, 2024
1 parent f314fd8 commit 7189b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ impl pallet_treasury::Config for Runtime {
type Paymaster = PayFromAccount<Balances, TreasuryAccount>;
type BalanceConverter = NoConversion;
type PayoutPeriod = PayoutSpendPeriod;
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}

impl pallet_encointer_reputation_commitments::Config for Runtime {
Expand Down

0 comments on commit 7189b8e

Please sign in to comment.