mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44: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 = {
|
||||
|
||||
Reference in New Issue
Block a user