Skip to content

Commit 960ef95

Browse files
committed
doc: add mpp warnings to lightning-invoice(7)
Signed-off-by: Rusty Russell <[email protected]>
1 parent 3e79cff commit 960ef95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

doc/lightning-invoice.7

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

doc/lightning-invoice.7.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ One of the following warnings may occur (on success):
9292
- *warning\_capacity* if there is no channel that has sufficient
9393
incoming capacity
9494
- *warning\_deadends* if there is no channel that is not a dead-end
95+
- *warning_mpp* if there is sufficient capacity, but not in a single channel,
96+
so the payer will have to use multi-part payments.
97+
- *warning_mpp_capacity* if there is not sufficient capacity, even with all
98+
channels.
9599

96100
AUTHOR
97101
------

0 commit comments

Comments
 (0)