Skip to content

Commit

Permalink
review 1/2: Fixed the doc missing details about formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Sep 13, 2021
1 parent fcc1ba6 commit a2a6d08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-client/pyln/client/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def listpays(self, bolt11=None, payment_hash=None, status=None):
"""
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 = {
Expand Down
4 changes: 2 additions & 2 deletions doc/lightning-listpays.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/lightning-listpays.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit a2a6d08

Please sign in to comment.