mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 08:07:11 +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