From 4507203a48f04093c0515ccbb2d07326cdaa37d8 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Wed, 2 Dec 2020 15:23:37 +0100 Subject: [PATCH] doc: fees on listpeers --- doc/lightning-listpeers.7 | 11 +++++++++-- doc/lightning-listpeers.7.md | 7 ++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/lightning-listpeers.7 b/doc/lightning-listpeers.7 index edf82e47c..88085537c 100644 --- a/doc/lightning-listpeers.7 +++ b/doc/lightning-listpeers.7 @@ -138,6 +138,12 @@ a number followed by a string unit\. \fItotal_msat\fR: A string describing the total capacity of the channel; a number followed by a string unit\. .IP \[bu] +\fIfee_base_msat\fR: The fixed routing fee we charge for forwards going out over +this channel, regardless of payment size\. +.IP \[bu] +\fIfee_proportional_millionths\fR: The proportional routing fees in ppm (parts- +per-millionths) we charge for forwards going out over this channel\. +.IP \[bu] \fIfeatures\fR: An array of feature names supported by this channel\. .RE @@ -319,7 +325,8 @@ Michael Hawkins \fI\. .SH SEE ALSO -\fBlightning-connect\fR(7), lightning-fundchannel_\fBstart\fR(7) +\fBlightning-connect\fR(7), lightning-fundchannel_\fBstart\fR(7), +\fBlightning-setchannelfee\fR(7) .SH RESOURCES @@ -327,4 +334,4 @@ Main web site: \fIhttps://github.com/ElementsProject/lightning\fR Lightning RFC site (BOLT #9): \fIhttps://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md\fR -\" SHA256STAMP:8f6fbdc92e59d5efb2e9e8fa113651badb8aacddaea29d81798ecb598fbaad01 +\" SHA256STAMP:9e2ed8ce1612c02a6251db7da1d62e2d12f8e0648a54888687f177f0784ef2e6 diff --git a/doc/lightning-listpeers.7.md b/doc/lightning-listpeers.7.md index e5c9380ea..e30c7c788 100644 --- a/doc/lightning-listpeers.7.md +++ b/doc/lightning-listpeers.7.md @@ -100,6 +100,10 @@ The objects in the *channels* array will have at least these fields: a number followed by a string unit. * *total\_msat*: A string describing the total capacity of the channel; a number followed by a string unit. +* *fee_base_msat*: The fixed routing fee we charge for forwards going out over + this channel, regardless of payment size. +* *fee_proportional_millionths*: The proportional routing fees in ppm (parts- + per-millionths) we charge for forwards going out over this channel. * *features*: An array of feature names supported by this channel. These fields may exist if the channel has gotten beyond the `"OPENINGD"` @@ -238,7 +242,8 @@ Michael Hawkins <>. SEE ALSO -------- -lightning-connect(7), lightning-fundchannel\_start(7) +lightning-connect(7), lightning-fundchannel\_start(7), +lightning-setchannelfee(7) RESOURCES ---------