Skip to content

Commit

Permalink
Updated listforwards doc with new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiawak authored and rustyrussell committed Jan 29, 2021
1 parent 7cae0d6 commit 267b2a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 10 additions & 2 deletions doc/lightning-listforwards.7

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

8 changes: 7 additions & 1 deletion doc/lightning-listforwards.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ lightning-listforwards -- Command showing all htlcs and their information
SYNOPSIS
--------

**listforwards**
**listforwards** \[*status*\] \[*in_channel*\] \[*out_channel*\]

DESCRIPTION
-----------

The **listforwards** RPC command displays all htlcs that have been
attempted to be forwarded by the c-lightning node.

If *status* is specified, then only the forwards with the given status are returned.
*status* can be either *offered* or *settled* or *failed* or *local_failed*

If *in_channel* or *out_channel* is specified, then only the matching forwards
on the given in/out channel are returned.

RETURN VALUE
------------

Expand Down

0 comments on commit 267b2a0

Please sign in to comment.