Remove Basic Permission (#4722)

Module account has "basic" permissions.
Since it is never checked against, we just delete it.

Closes: #4702
This commit is contained in:
colin axner
2019-07-16 15:02:36 +01:00
committed by Alessio Treglia
parent d3bb9f50e2
commit 8c7ed19251
14 changed files with 39 additions and 42 deletions
+2 -3
View File
@@ -56,7 +56,6 @@ permissions to that specific account and perform or not the action.
The available permissions are:
- `Basic`: is allowed to only transfer its coins to other accounts.
- `Minter`: allows for a module to mint a specific amount of coins as well as perform the `Basic` permissioned actions.
- `Burner`: allows for a module to burn a specific amount of coins as well as perform the `Basic` permissioned actions.
- `Minter`: allows for a module to mint a specific amount of coins.
- `Burner`: allows for a module to burn a specific amount of coins.
- `Staking`: allows for a module to delegate and undelegate a specific amount of coins.