mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
doc: add mpp warnings to lightning-invoice(7)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
3e79cffd6e
commit
960ef95b23
8
doc/lightning-invoice.7
generated
8
doc/lightning-invoice.7
generated
@ -113,6 +113,12 @@ One of the following warnings may occur (on success):
|
||||
incoming capacity
|
||||
.IP \[bu]
|
||||
\fIwarning_deadends\fR if there is no channel that is not a dead-end
|
||||
.IP \[bu]
|
||||
\fIwarning_mpp\fR if there is sufficient capacity, but not in a single channel,
|
||||
so the payer will have to use multi-part payments\.
|
||||
.IP \[bu]
|
||||
\fIwarning_mpp_capacity\fR if there is not sufficient capacity, even with all
|
||||
channels\.
|
||||
|
||||
.RE
|
||||
.SH AUTHOR
|
||||
@ -128,4 +134,4 @@ Rusty Russell \fI<rusty@rustcorp.com.au\fR> is mainly responsible\.
|
||||
|
||||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||||
|
||||
\" SHA256STAMP:5a7792cb739f34adf7db346f3bd615816915230fcb8343af1b742336a677dbc2
|
||||
\" SHA256STAMP:dc375ee583188c669574a8ef203971df650ef221567dccb8df7a81ed5ee4990f
|
||||
|
@ -92,6 +92,10 @@ One of the following warnings may occur (on success):
|
||||
- *warning\_capacity* if there is no channel that has sufficient
|
||||
incoming capacity
|
||||
- *warning\_deadends* if there is no channel that is not a dead-end
|
||||
- *warning_mpp* if there is sufficient capacity, but not in a single channel,
|
||||
so the payer will have to use multi-part payments.
|
||||
- *warning_mpp_capacity* if there is not sufficient capacity, even with all
|
||||
channels.
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user