Skip to content

Commit

Permalink
Fix id field in RpcOrder type (paritytech#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu authored Dec 14, 2020
1 parent 3c38769 commit 5bd0b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/chainx-js/chainx_types_manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"restrictions": "AssetRestrictions"
},
"RpcOrder": {
"order_id": "OrderId",
"id": "OrderId",
"side": "Side",
"price": "RpcPrice",
"amount": "RpcBalance",
Expand Down
2 changes: 1 addition & 1 deletion scripts/chainx-js/res/chainx_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"restrictions": "AssetRestrictions"
},
"RpcOrder": {
"orderId": "OrderId",
"id": "OrderId",
"side": "Side",
"price": "RpcPrice",
"amount": "RpcBalance",
Expand Down

0 comments on commit 5bd0b7a

Please sign in to comment.