mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
doc: feerate is not obvious, refer to fundchannel documentation:
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 <rusty@rustcorp.com.au>
This commit is contained in:
parent
2c16b410ab
commit
4683d096dd
2 changed files with 2 additions and 2 deletions
2
doc/lightning-fundchannel_start.7
generated
2
doc/lightning-fundchannel_start.7
generated
|
@ -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\.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue