mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
account permissions and some gendoug
This commit is contained in:
@ -22,6 +22,7 @@ func GetAccount(address []byte) (*acm.Account, error) {
|
||||
Balance: 0,
|
||||
Code: nil,
|
||||
StorageRoot: nil,
|
||||
Permissions: cache.GetAccount(acm.GlobalPermissionsAddress).Permissions,
|
||||
}
|
||||
}
|
||||
return account, nil
|
||||
|
Reference in New Issue
Block a user