Skip to content

Commit

Permalink
Update TX format to be sorted
Browse files Browse the repository at this point in the history
As per yesterday's discussion TX JSON should be sorted (by keys).
  • Loading branch information
liamsi authored Jul 5, 2018
1 parent c35a7b4 commit ae36944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TXSPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Transactions passed to the Ledger device will be in the following format. The Le

```json
{
"alt_bytes": {arbitrary}
"chain_id": {string},
"sequence": {number},
"fee_bytes": {
"amount": [{"amount": {number}, "denom": {string}}, ...],
"gas": {number}
},
"msg_bytes": {arbitrary},
"alt_bytes": {arbitrary}
"sequence": {number}
}
```

Expand Down

0 comments on commit ae36944

Please sign in to comment.