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")]