Skip to content

Commit

Permalink
Merge pull request #1939 from ExchangeUnion/fix/tradinglimits-reserve…
Browse files Browse the repository at this point in the history
…d-inbound

fix: rename tradinglimits reserved_inbound json_name
  • Loading branch information
Karl Ranna authored Oct 20, 2020
2 parents c958e86 + 7e56011 commit 77079ee
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 238 deletions.
2 changes: 1 addition & 1 deletion lib/proto/annotations_grpc_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/proto/xudp2p_grpc_pb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/xudrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ message TradingLimits {
// The outbound amount reserved for open orders.
uint64 reserved_outbound = 3 [json_name = "reserved_outbound"];
// The inbound amount reserved for open orders.
uint64 reserved_inbound = 4 [json_name = "reserved_outbound"];
uint64 reserved_inbound = 4 [json_name = "reserved_inbound"];
}

message TradingLimitsRequest {
Expand Down
Loading

0 comments on commit 77079ee

Please sign in to comment.