mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
Address is generated with VMAppState, and it increments the nonce too.
This commit is contained in:
@ -48,7 +48,7 @@ type AppState interface {
|
||||
GetAccount(addr Word) (*Account, error)
|
||||
UpdateAccount(*Account) error
|
||||
DeleteAccount(*Account) error
|
||||
CreateAccount(addr Word) (*Account, error)
|
||||
CreateAccount(*Account) (*Account, error)
|
||||
|
||||
// Storage
|
||||
GetStorage(Word, Word) (Word, error)
|
||||
|
Reference in New Issue
Block a user