mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 10:41:41 +00:00
permission/types pkg, Base and Roles
This commit is contained in:
@ -17,7 +17,7 @@ type Account struct {
|
||||
StorageRoot Word256
|
||||
Other interface{} // For holding all other data.
|
||||
|
||||
Permissions *ptypes.Permissions
|
||||
Permissions *ptypes.AccountPermissions
|
||||
}
|
||||
|
||||
func (acc *Account) String() string {
|
||||
|
Reference in New Issue
Block a user