From c62c8875dfd5592118190770169c1cd72357e8ef Mon Sep 17 00:00:00 2001 From: augustocollado Date: Mon, 5 Feb 2024 10:25:11 -0300 Subject: [PATCH] TODO: enable different assets in the treasury --- runtime/dancebox/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/dancebox/src/lib.rs b/runtime/dancebox/src/lib.rs index 3058e6e8a..61c1df5cf 100644 --- a/runtime/dancebox/src/lib.rs +++ b/runtime/dancebox/src/lib.rs @@ -1457,6 +1457,7 @@ impl pallet_treasury::Config for Runtime { type Beneficiary = AccountId; type BeneficiaryLookup = IdentityLookup; type Paymaster = PayFromAccount; + // TODO: implement pallet-asset-rate to allow the treasury to spend other assets type BalanceConverter = UnityAssetBalanceConversion; type PayoutPeriod = ConstU32<0>; #[cfg(feature = "runtime-benchmarks")]