Skip to content

Commit

Permalink
TODO: enable different assets in the treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocollado committed Feb 5, 2024
1 parent db29f13 commit c62c887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/dancebox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,7 @@ impl pallet_treasury::Config for Runtime {
type Beneficiary = AccountId;
type BeneficiaryLookup = IdentityLookup<AccountId>;
type Paymaster = PayFromAccount<Balances, TreasuryAccount>;
// TODO: implement pallet-asset-rate to allow the treasury to spend other assets
type BalanceConverter = UnityAssetBalanceConversion;
type PayoutPeriod = ConstU32<0>;
#[cfg(feature = "runtime-benchmarks")]
Expand Down

0 comments on commit c62c887

Please sign in to comment.