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
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.
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
Successassociated type should be aBalance. The value of this balance should be at least the amount of spending desired in the call.