Updated 'listfunds' doc and manpage

This commit is contained in:
darosior
2019-05-09 15:29:32 +02:00
committed by Rusty Russell
parent 1e0aa9329d
commit 182556cfda
2 changed files with 33 additions and 33 deletions

View File

@@ -2,12 +2,12 @@
.\" Title: lightning-listfunds
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 02/18/2019
.\" Date: 05/09/2019
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "LIGHTNING\-LISTFUNDS" "7" "02/18/2019" "\ \&" "\ \&"
.TH "LIGHTNING\-LISTFUNDS" "7" "05/09/2019" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -60,7 +60,7 @@ Each entry in \fIoutputs\fR will include:
.sp -1
.IP \(bu 2.3
.\}
\fIaddress\fR
\fIoutput\fR (the index of the output in the transaction)
.RE
.sp
.RS 4
@@ -71,18 +71,7 @@ Each entry in \fIoutputs\fR will include:
.sp -1
.IP \(bu 2.3
.\}
\fIoutput\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
\fIvalue\fR
\fIvalue\fR (the output value in satoshis)
.RE
.sp
.RS 4
@@ -96,8 +85,8 @@ Each entry in \fIoutputs\fR will include:
\fIamount_sat\fR
(the same as
\fIvalue\fR
with
\fIsat\fR
, but in millisatoshis with
\fImsat\fR
appended)
.RE
.sp
@@ -109,7 +98,18 @@ appended)
.sp -1
.IP \(bu 2.3
.\}
\fIstatus\fR
\fIaddress\fR
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
\fIstatus\fR (whether \fIunconfirmed\fR, \fIconfirmed\fR, or \fIspent\fR)
.RE
.sp
Each entry in \fIchannels\fR will include:
@@ -158,9 +158,9 @@ Each entry in \fIchannels\fR will include:
.sp -1
.IP \(bu 2.3
.\}
\fIour_amount_sat\fR
\- same as above, but with
\fIsat\fR
\fIour_amount_msat\fR
\- same as above, but in millisatoshis with
\fImsat\fR
appended\&.
.RE
.sp
@@ -184,9 +184,9 @@ appended\&.
.sp -1
.IP \(bu 2.3
.\}
\fIamount_sat\fR
\- same as above, but with
\fIsat\fR
\fIamount_msat\fR
\- same as above, but in millisatoshis with
\fImsat\fR
appended\&.
.RE
.sp

View File

@@ -27,15 +27,15 @@ Each entry in 'outputs' will include:
- 'txid'
- 'output' (the index of the output in the transaction)
- 'value' (the output value in satoshis)
- 'amount_msat' (the same as 'value', but in millisatoshi with 'msat' appended)
- 'address'
- 'output'
- 'value'
- 'amount_sat' (the same as 'value' with 'sat' appended)
- 'status'
- 'status' (whether 'unconfirmed', 'confirmed', or 'spent')
Each entry in 'channels' will include:
@@ -47,11 +47,11 @@ number and output index of the channel funding transaction).
- 'channel_sat' - available satoshis on our node's end of the channel
(values rounded down to satoshis as internal storage is in millisatoshi).
- 'our_amount_sat' - same as above, but with 'sat' appended.
- 'our_amount_msat' - same as above, but in millisatoshis with 'msat' appended.
- 'channel_total_sat' - total channel value in satoshi
- 'amount_sat' - same as above, but with 'sat' appended.
- 'amount_msat' - same as above, but in millisatoshis with 'msat' appended.
- 'funding_txid' - funding transaction id.