mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
Change order of paragraphs in manpage of fundchannel
This commit is contained in:
parent
21c8eaf105
commit
e16ac08f6f
2 changed files with 11 additions and 9 deletions
|
@ -36,17 +36,17 @@ so) or \fIslow\fR (next 100 blocks or so) to use lightningd’s internal
|
||||||
estimates: \fInormal\fR is the default\.
|
estimates: \fInormal\fR is the default\.
|
||||||
|
|
||||||
|
|
||||||
\fIannounce\fR is an optional flag that triggers whether to announce this
|
|
||||||
channel or not\. Defaults to \fBtrue\fR\. An unannounced channel is considered
|
|
||||||
private\.
|
|
||||||
|
|
||||||
|
|
||||||
Otherwise, \fIfeerate\fR is a number, with an optional suffix: \fIperkw\fR means
|
Otherwise, \fIfeerate\fR is a number, with an optional suffix: \fIperkw\fR means
|
||||||
the number is interpreted as satoshi-per-kilosipa (weight), and \fIperkb\fR
|
the number is interpreted as satoshi-per-kilosipa (weight), and \fIperkb\fR
|
||||||
means it is interpreted bitcoind-style as satoshi-per-kilobyte\. Omitting
|
means it is interpreted bitcoind-style as satoshi-per-kilobyte\. Omitting
|
||||||
the suffix is equivalent to \fIperkb\fR\.
|
the suffix is equivalent to \fIperkb\fR\.
|
||||||
|
|
||||||
|
|
||||||
|
\fIannounce\fR is an optional flag that triggers whether to announce this
|
||||||
|
channel or not\. Defaults to \fBtrue\fR\. An unannounced channel is considered
|
||||||
|
private\.
|
||||||
|
|
||||||
|
|
||||||
\fIminconf\fR specifies the minimum number of confirmations that used
|
\fIminconf\fR specifies the minimum number of confirmations that used
|
||||||
outputs should have\. Default is 1\.
|
outputs should have\. Default is 1\.
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ is reported and the channel is not funded\.
|
||||||
|
|
||||||
The following error codes may occur:
|
The following error codes may occur:
|
||||||
|
|
||||||
|
.RS
|
||||||
.IP \[bu]
|
.IP \[bu]
|
||||||
-1: Catchall nonspecific error\.
|
-1: Catchall nonspecific error\.
|
||||||
.IP \[bu]
|
.IP \[bu]
|
||||||
|
@ -74,6 +75,7 @@ The following error codes may occur:
|
||||||
.IP \[bu]
|
.IP \[bu]
|
||||||
303: Broadcasting of the funding transaction failed, the internal call to bitcoin-cli returned with an error\.
|
303: Broadcasting of the funding transaction failed, the internal call to bitcoin-cli returned with an error\.
|
||||||
|
|
||||||
|
.RE
|
||||||
|
|
||||||
Failure may also occur if \fBlightningd\fR and the peer cannot agree on
|
Failure may also occur if \fBlightningd\fR and the peer cannot agree on
|
||||||
channel parameters (funding limits, channel reserves, fees, etc\.)\.
|
channel parameters (funding limits, channel reserves, fees, etc\.)\.
|
||||||
|
|
|
@ -34,15 +34,15 @@ 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
|
so) or *slow* (next 100 blocks or so) to use lightningd’s internal
|
||||||
estimates: *normal* is the default.
|
estimates: *normal* is the default.
|
||||||
|
|
||||||
*announce* is an optional flag that triggers whether to announce this
|
|
||||||
channel or not. Defaults to `true`. An unannounced channel is considered
|
|
||||||
private.
|
|
||||||
|
|
||||||
Otherwise, *feerate* is a number, with an optional suffix: *perkw* means
|
Otherwise, *feerate* is a number, with an optional suffix: *perkw* means
|
||||||
the number is interpreted as satoshi-per-kilosipa (weight), and *perkb*
|
the number is interpreted as satoshi-per-kilosipa (weight), and *perkb*
|
||||||
means it is interpreted bitcoind-style as satoshi-per-kilobyte. Omitting
|
means it is interpreted bitcoind-style as satoshi-per-kilobyte. Omitting
|
||||||
the suffix is equivalent to *perkb*.
|
the suffix is equivalent to *perkb*.
|
||||||
|
|
||||||
|
*announce* is an optional flag that triggers whether to announce this
|
||||||
|
channel or not. Defaults to `true`. An unannounced channel is considered
|
||||||
|
private.
|
||||||
|
|
||||||
*minconf* specifies the minimum number of confirmations that used
|
*minconf* specifies the minimum number of confirmations that used
|
||||||
outputs should have. Default is 1.
|
outputs should have. Default is 1.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue