mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
review 1/2: Fixed the doc missing details about formatting.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
9d5c992fc8
commit
bea6ea27e8
@@ -935,7 +935,7 @@ class LightningRpc(UnixDomainSocketRpc):
|
||||
"""
|
||||
Show outgoing payments, regarding {bolt11} or {payment_hash} if set
|
||||
Can only specify one of {bolt11} or {payment_hash}. It is possible
|
||||
filter the payments by status.
|
||||
filter the payments by {status}.
|
||||
"""
|
||||
assert not (bolt11 and payment_hash)
|
||||
payload = {
|
||||
|
||||
4
doc/lightning-listpays.7
generated
4
doc/lightning-listpays.7
generated
@@ -9,7 +9,7 @@ lightning-listpays - Command for querying payment status
|
||||
|
||||
The \fBlistpay\fR RPC command gets the status of all \fIpay\fR commands, or a
|
||||
single one if either \fIbolt11\fR or \fIpayment_hash\fR was specified\.
|
||||
It is possible filter the payments also by status\.
|
||||
It is possible filter the payments also by \fIstatus\fR\.
|
||||
|
||||
.SH RETURN VALUE
|
||||
|
||||
@@ -75,4 +75,4 @@ Rusty Russell \fI<rusty@rustcorp.com.au\fR> is mainly responsible\.
|
||||
|
||||
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
||||
|
||||
\" SHA256STAMP:1bcd6c9a5203a21cad1d12ff64eb7076fca915e2f8e582bcced71e1d1df67041
|
||||
\" SHA256STAMP:692ceb55d59f5fdf5a3787841a169e2e5b5181d1270bb56277bf40951230553f
|
||||
|
||||
@@ -11,7 +11,7 @@ DESCRIPTION
|
||||
|
||||
The **listpay** RPC command gets the status of all *pay* commands, or a
|
||||
single one if either *bolt11* or *payment_hash* was specified.
|
||||
It is possible filter the payments also by status.
|
||||
It is possible filter the payments also by *status*.
|
||||
|
||||
RETURN VALUE
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user