Skip to content

Commit

Permalink
Fix error with Currency trait in runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
F3Joule committed Mar 1, 2024
1 parent a74a88f commit f86ed1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ impl pallet_ownership::Config for Runtime {
type CreatorStakingProvider = CreatorStaking;
type DomainsProvider = Domains;
type PostsProvider = Posts;
#[cfg(feature = "runtime-benchmarks")]
type Currency = Balances;
type WeightInfo = pallet_ownership::weights::SubstrateWeight<Runtime>;
}
Expand Down

0 comments on commit f86ed1d

Please sign in to comment.