Set Pubkey on vm.Account.

This commit is contained in:
Jae Kwon
2015-03-21 11:08:05 -07:00
parent a040e6bc27
commit ab8ad30648
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,7 @@ type Account struct {
Code []byte
Nonce uint64
StorageRoot Word
Other interface{} // For holding all other data.
}
type Log struct {