mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
rpc: update the comment for
This commit is contained in:
parent
b85169917b
commit
e6b45a76a4
5 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue