joystream
joystream copied to clipboard
Question: Cashout limit limits
We have limits on the limits the lead can set, so spefically
pub const MinimumCashoutAllowedLimit
pub const MaximumCashoutAllowedLimit
constrain what lead can do in update_channel_payouts
to update the actual limts in storage
pub MaxCashoutAllowed get(fn max_cashout_allowed) config(): BalanceOf<T>;
pub MinCashoutAllowed get(fn min_cashout_allowed) config(): BalanceOf<T>;
do we really need this? This was perhaps even an audit finding, not sure :D
┆Issue is synchronized with this Asana task by Unito