mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
doc: fundchannel command, clarify optional feerate
mentioned in issue #2354
This commit is contained in:
parent
872c0c90b9
commit
4fe60ee769
2 changed files with 5 additions and 4 deletions
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: lightning-fundchannel
|
.\" Title: lightning-fundchannel
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 01/22/2019
|
.\" Date: 02/15/2019
|
||||||
.\" Manual: \ \&
|
.\" Manual: \ \&
|
||||||
.\" Source: \ \&
|
.\" Source: \ \&
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "LIGHTNING\-FUNDCHANN" "7" "01/22/2019" "\ \&" "\ \&"
|
.TH "LIGHTNING\-FUNDCHANN" "7" "02/15/2019" "\ \&" "\ \&"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -40,7 +40,7 @@ The \fBfundchannel\fR RPC command opens a payment channel with a peer by committ
|
||||||
.sp
|
.sp
|
||||||
\fIsatoshi\fR is the amount in satoshis taken from the internal wallet to fund the channel\&. The string \fIall\fR can be used to specify all available funds (or 16777215 satoshi if more is available)\&. The value cannot be less than the dust limit, currently set to 546, nor more than 16777215 satoshi\&.
|
\fIsatoshi\fR is the amount in satoshis taken from the internal wallet to fund the channel\&. The string \fIall\fR can be used to specify all available funds (or 16777215 satoshi if more is available)\&. The value cannot be less than the dust limit, currently set to 546, nor more than 16777215 satoshi\&.
|
||||||
.sp
|
.sp
|
||||||
\fIfeerate\fR is an optional feerate to use\&. It can be one of the strings \fIurgent\fR, \fInormal\fR or \fIslow\fR to use lightningd\(cqs internal estimates: \fInormal\fR is the default\&.
|
\fIfeerate\fR 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 \fIurgent\fR, \fInormal\fR or \fIslow\fR to use lightningd\(cqs internal estimates: \fInormal\fR is the default\&.
|
||||||
.sp
|
.sp
|
||||||
\fIannounce\fR is an optional flag that triggers whether to announce this channel or not\&. Defaults to true\&. An unannounced channel is considered private\&.
|
\fIannounce\fR is an optional flag that triggers whether to announce this channel or not\&. Defaults to true\&. An unannounced channel is considered private\&.
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -27,7 +27,8 @@ The string 'all' can be used to specify all available funds (or 16777215 satoshi
|
||||||
The value cannot be less than the dust limit, currently set to 546, nor more
|
The value cannot be less than the dust limit, currently set to 546, nor more
|
||||||
than 16777215 satoshi.
|
than 16777215 satoshi.
|
||||||
|
|
||||||
'feerate' is an optional feerate to use. It can be one of the strings
|
'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', 'normal' or 'slow' to use lightningd's internal estimates:
|
'urgent', 'normal' or 'slow' to use lightningd's internal estimates:
|
||||||
'normal' is the default.
|
'normal' is the default.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue