mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
Set Pubkey on vm.Account.
This commit is contained in:
@ -33,6 +33,7 @@ type Account struct {
|
||||
Code []byte
|
||||
Nonce uint64
|
||||
StorageRoot Word
|
||||
Other interface{} // For holding all other data.
|
||||
}
|
||||
|
||||
type Log struct {
|
||||
|
Reference in New Issue
Block a user