diff --git a/runtime/laos/src/configs/treasury.rs b/runtime/laos/src/configs/treasury.rs index a3165dcd..ef6f5ff5 100644 --- a/runtime/laos/src/configs/treasury.rs +++ b/runtime/laos/src/configs/treasury.rs @@ -54,7 +54,7 @@ impl pallet_treasury::Config for Runtime { type ProposalBondMinimum = ProposalBondMinimum; type RejectOrigin = RejectOrigin; type RuntimeEvent = RuntimeEvent; - type SpendFunds = (); + type SpendFunds = EnsureRoot; type SpendPeriod = SpendPeriod; // Disabled, no spending allowed. #[cfg(not(feature = "runtime-benchmarks"))]