In current runtime the UpdateChannelPayouts proposal type is not allowed:
|
| proposals_codex::ProposalDetails::UpdateChannelPayouts(..) |
We will be updating ephesus branch from master before release, so we should ensure we drop filtering out of this proposal type. The proposal type allows council to enable/disable channel payouts (globally) and set Min/Max cashout allowed.
Interestingly the genesis config for content module has channel_cashouts_enabled set to true. Was this a mistake?
┆Issue is synchronized with this Asana task by Unito
In current runtime the
UpdateChannelPayoutsproposal type is not allowed:joystream/runtime/src/lib.rs
Line 256 in cd24c5d
We will be updating ephesus branch from master before release, so we should ensure we drop filtering out of this proposal type. The proposal type allows council to enable/disable channel payouts (globally) and set Min/Max cashout allowed.
Interestingly the genesis config for content module has
channel_cashouts_enabledset to true. Was this a mistake?┆Issue is synchronized with this Asana task by Unito