rpc: update the comment for

This commit is contained in:
positiveblue 2022-10-27 07:37:54 -07:00
parent b85169917b
commit e6b45a76a4
No known key found for this signature in database
GPG key ID: 4FFF2510928804DC
5 changed files with 13 additions and 13 deletions

View file

@ -3567,9 +3567,9 @@ type ServerBid struct {
//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.
SelfChanBalance uint64 `protobuf:"varint,6,opt,name=self_chan_balance,json=selfChanBalance,proto3" json:"self_chan_balance,omitempty"`
//
//If this bid order is meant to lease a channel for another node (which is

View file

@ -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;

View file

@ -2410,9 +2410,9 @@ type Bid struct {
//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.
SelfChanBalance uint64 `protobuf:"varint,5,opt,name=self_chan_balance,json=selfChanBalance,proto3" json:"self_chan_balance,omitempty"`
//
//If this bid order is meant to lease a channel for another node (which is

View file

@ -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;

View file

@ -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",