mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
Made all JSON fields lower_case
This commit is contained in:
@@ -17,6 +17,11 @@ type Account struct {
|
||||
Other interface{} // For holding all other data.
|
||||
}
|
||||
|
||||
func (acc *Account) String() string {
|
||||
return Fmt("VMAccount{%X B:%v C:%X N:%v S:%X}",
|
||||
acc.Address, acc.Balance, acc.Code, acc.Nonce, acc.StorageRoot)
|
||||
}
|
||||
|
||||
type Log struct {
|
||||
Address Word256
|
||||
Topics []Word256
|
||||
|
||||
Reference in New Issue
Block a user