more display updates

This commit is contained in:
David Kajpust 2018-05-22 21:56:43 -03:00
parent 89f787a3df
commit 114c9a2077
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ unlike Bitcoin's use of Unspent Transaction Outputs (UTXOs).
```
type BaseAccount struct {
Address sdk.Address `json:"address"`
Address sdk.Address `json:"address"`
Coins sdk.Coins `json:"coins"`
PubKey crypto.PubKey `json:"public_key"`
Sequence int64 `json:"sequence"`