mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 00:46:32 +00:00
CreateAccount permission through SendTx and CALL (to unknown accounts)
This commit is contained in:
@ -16,6 +16,7 @@ func GetAccount(address []byte) (*acm.Account, error) {
|
||||
cache := mempoolReactor.Mempool.GetCache()
|
||||
account := cache.GetAccount(address)
|
||||
if account == nil {
|
||||
// XXX: shouldn't we return "account not found"?
|
||||
account = &acm.Account{
|
||||
Address: address,
|
||||
PubKey: nil,
|
||||
|
Reference in New Issue
Block a user