You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Currently there's only one approve origin for the treasury pallet which is able to approve any spend.
Actually, the spend origin should accept a parameter, and the Success associated type should be a Balance. The value of this balance should be at least the amount of spending desired in the call.
The text was updated successfully, but these errors were encountered:
gavofyork
changed the title
Treasury pallet should support multiple origins for spending levels
Treasury pallet should support origin success param as max-spend
Mar 25, 2022
Currently there's only one approve origin for the treasury pallet which is able to approve any spend.
Actually, the spend origin should accept a parameter, and the
Success
associated type should be aBalance
. The value of this balance should be at least the amount of spending desired in the call.The text was updated successfully, but these errors were encountered: