Skip to content

Commit

Permalink
doc: document ordering of listpays/listsendpays.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell authored and niftynei committed Jun 1, 2021
1 parent a794e87 commit 0b01a8c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion doc/lightning-listpays.7

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

2 changes: 2 additions & 0 deletions doc/lightning-listpays.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ If **status** is "failed":
- **erroronion** (hex, optional): the error onion returned on failure, if any.
[comment]: # (GENERATE-FROM-SCHEMA-END)

The returned array is ordered by increasing **created_at** fields.

AUTHOR
------

Expand Down
4 changes: 2 additions & 2 deletions doc/lightning-listsendpays.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-listsendpays.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ command per *pay*, so this command should be used with caution.
RETURN VALUE
------------

On success, an array of objects is returned. Each object contains:
On success, an array of objects is returned, ordered by increasing *id*. Each object contains:

*id*
unique internal value assigned at creation
Expand Down

0 comments on commit 0b01a8c

Please sign in to comment.