From 4683d096dd77fdb4a6bf2cd8c1ddb09f2f8e5a22 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 4 Dec 2019 12:03:19 +1030 Subject: [PATCH] doc: feerate is not obvious, refer to fundchannel documentation: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has a whole *two paragraphs* on it: *feerate* is an optional feerate used for the opening transaction and as initial feerate for commitment and HTLC transactions. It can be one of the strings *urgent* (aim for next block), *normal* (next 4 blocks or so) or *slow* (next 100 blocks or so) to use lightningd’s internal estimates: *normal* is the default. Otherwise, *feerate* is a number, with an optional suffix: *perkw* means the number is interpreted as satoshi-per-kilosipa (weight), and *perkb* means it is interpreted bitcoind-style as satoshi-per-kilobyte. Omitting the suffix is equivalent to *perkb*. Signed-off-by: Rusty Russell --- doc/lightning-fundchannel_start.7 | 2 +- doc/lightning-fundchannel_start.7.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightning-fundchannel_start.7 b/doc/lightning-fundchannel_start.7 index 605377a28..ab870d10c 100644 --- a/doc/lightning-fundchannel_start.7 +++ b/doc/lightning-fundchannel_start.7 @@ -20,7 +20,7 @@ will not encompass the correct channel value\. \fIfeerate\fR is an optional field\. Sets the feerate for subsequent -commitment transactions\. +commitment transactions: see \fBfundchannel\fR\. \fIannounce\fR whether or not to announce this channel\. diff --git a/doc/lightning-fundchannel_start.7.md b/doc/lightning-fundchannel_start.7.md index f6e6d7c3b..3c7b52a83 100644 --- a/doc/lightning-fundchannel_start.7.md +++ b/doc/lightning-fundchannel_start.7.md @@ -19,7 +19,7 @@ value MUST be accurate, otherwise the negotiated commitment transactions will not encompass the correct channel value. *feerate* is an optional field. Sets the feerate for subsequent -commitment transactions. +commitment transactions: see **fundchannel**. *announce* whether or not to announce this channel.