Skip to content

Commit 7e56011

Browse files
committed
fix: rename tradinglimits reserved_inbound json_name
1 parent c958e86 commit 7e56011

File tree

4 files changed

+238
-238
lines changed

4 files changed

+238
-238
lines changed

Diff for: lib/proto/annotations_grpc_pb.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/proto/xudp2p_grpc_pb.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: proto/xudrpc.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ message TradingLimits {
911911
// The outbound amount reserved for open orders.
912912
uint64 reserved_outbound = 3 [json_name = "reserved_outbound"];
913913
// The inbound amount reserved for open orders.
914-
uint64 reserved_inbound = 4 [json_name = "reserved_outbound"];
914+
uint64 reserved_inbound = 4 [json_name = "reserved_inbound"];
915915
}
916916

917917
message TradingLimitsRequest {

0 commit comments

Comments
 (0)