review 1/2: Fixed the doc missing details about formatting.

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo
2021-09-06 12:08:07 +02:00
committed by Rusty Russell
parent 9d5c992fc8
commit bea6ea27e8
3 changed files with 4 additions and 4 deletions

View File

@@ -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 = {