Skip to content

Commit

Permalink
more display updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davekaj committed May 23, 2018
1 parent 89f787a commit 114c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 114c9a2

Please sign in to comment.