Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed May 4, 2024
1 parent 2977e04 commit 1dbb355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Channel specific: `/api/channel/{ID}/` (where `{ID}` is the channel ID) followed
* `rebalance-target-amount`: the amount of funds you put into the channel as part of rebalancing (in milli-satoshis)
* `rebalance-support-as-source-amount`: the amount of funds you took out of the channel as part of rebalancing another channel (in milli-satoshis)
* `rebalance-support-as-target-amount`: the amount of funds you put into the channel as part of rebalancing another channel (in milli-satoshis)
* `self-payments-from-channel`: a list of all self-payments taking funds out of the channel (including payment details and a summary)
* `self-payments-to-channel`: a list of all self-payments putting funds into the channel (including payment details and a summary)
* `warnings`: shows the following warnings, if applicable
* "Channel balance ranged from `X`% to `Y`% in the past 14 days" (if `X` < 10 and `Y` > 90)
* `details`: all of the above
* `self-payments-from-channel`: a list of all self-payments taking funds out of the channel (including payment details and a summary)
* `self-payments-to-channel`: a list of all self-payments putting funds into the channel (including payment details and a summary)

**Note**: the channel ID can be supplied in any of the following formats:
- `123456:123:1` (lnd specific compact format)
Expand Down

0 comments on commit 1dbb355

Please sign in to comment.