virto-network / virto-node

Virto Network blockchain node.
GNU General Public License v3.0
21 stars 10 forks source link

Disable creating communities from communities pallet #382

Closed olanod closed 4 months ago

olanod commented 4 months ago

We should disable creating communities directly with the create extrinsic of pallet communities by setting its CreateOrigin to NeverEnsureOrigin. Instead communities should always be created with the extension pallet communities manager.