mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +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