Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
haasted committed Nov 4, 2020
2 parents 192018b + d131fe8 commit ef4413d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/market/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (o Order) MarshalJSON() ([]byte, error) {
s := fmt.Sprintf(`
{
"id": %v,
"time_in_force" : %v,
"time_in_force" : "%v",
"owner": "%v",
"client_order_id": "%v",
"price": "%v",
Expand All @@ -82,7 +82,7 @@ func (o Order) MarshalJSON() ([]byte, error) {
"denom": "%v",
"amount": "%v"
},
"destination_filled": "%v",
"destination_filled": "%v"
}
`,
o.ID,
Expand Down

0 comments on commit ef4413d

Please sign in to comment.