Skip to content

Commit

Permalink
rpc: update the comment for
Browse files Browse the repository at this point in the history
  • Loading branch information
positiveblue committed Oct 27, 2022
1 parent b851699 commit e6b45a7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions auctioneerrpc/auctioneer.pb.go

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

6 changes: 3 additions & 3 deletions auctioneerrpc/auctioneer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1060,9 +1060,9 @@ message ServerBid {
Give the incoming channel that results from this bid being matched an
initial outbound balance by adding additional funds from the taker's account
into the channel. As a simplification for the execution protocol and the
channel reserve calculations, the self_chan_balance can be at most the same
as the order amount and the min_chan_amt must be set to the full order
amount.
channel reserve calculations the min_chan_amt must be set to the full order
amount. For the inbound liquidity market the self_chan_balance can be at
most the same as the order amount.
*/
uint64 self_chan_balance = 6;

Expand Down
6 changes: 3 additions & 3 deletions poolrpc/trader.pb.go

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

6 changes: 3 additions & 3 deletions poolrpc/trader.proto
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ message Bid {
Give the incoming channel that results from this bid being matched an
initial outbound balance by adding additional funds from the taker's account
into the channel. As a simplification for the execution protocol and the
channel reserve calculations, the self_chan_balance can be at most the same
as the order amount and the min_chan_amt must be set to the full order
amount.
channel reserve calculations the min_chan_amt must be set to the full order
amount. For the inbound liquidity market the self_chan_balance can be at
most the same as the order amount.
*/
uint64 self_chan_balance = 5;

Expand Down
2 changes: 1 addition & 1 deletion poolrpc/trader.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
"self_chan_balance": {
"type": "string",
"format": "uint64",
"description": "Give the incoming channel that results from this bid being matched an\ninitial outbound balance by adding additional funds from the taker's account\ninto the channel. As a simplification for the execution protocol and the\nchannel reserve calculations, the self_chan_balance can be at most the same\nas the order amount and the min_chan_amt must be set to the full order\namount."
"description": "Give the incoming channel that results from this bid being matched an\ninitial outbound balance by adding additional funds from the taker's account\ninto the channel. As a simplification for the execution protocol and the\nchannel reserve calculations the min_chan_amt must be set to the full order\namount. For the inbound liquidity market the self_chan_balance can be at\nmost the same as the order amount."
},
"sidecar_ticket": {
"type": "string",
Expand Down

0 comments on commit e6b45a7

Please sign in to comment.