Skip to content

Commit bea6ea2

Browse files
vincenzopalazzorustyrussell
authored andcommitted
review 1/2: Fixed the doc missing details about formatting.
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 9d5c992 commit bea6ea2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contrib/pyln-client/pyln/client/lightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def listpays(self, bolt11=None, payment_hash=None, status=None):
935935
"""
936936
Show outgoing payments, regarding {bolt11} or {payment_hash} if set
937937
Can only specify one of {bolt11} or {payment_hash}. It is possible
938-
filter the payments by status.
938+
filter the payments by {status}.
939939
"""
940940
assert not (bolt11 and payment_hash)
941941
payload = {

doc/lightning-listpays.7

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/lightning-listpays.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DESCRIPTION
1111

1212
The **listpay** RPC command gets the status of all *pay* commands, or a
1313
single one if either *bolt11* or *payment_hash* was specified.
14-
It is possible filter the payments also by status.
14+
It is possible filter the payments also by *status*.
1515

1616
RETURN VALUE
1717
------------

0 commit comments

Comments
 (0)