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:
committed by
Alessio Treglia
parent
d3bb9f50e2
commit
8c7ed19251
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user