mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
Update link to accounting documentation
Link in Readme pointed to `/accounting/docs.md` which takes you to a redirect when it ought to point to `/docs/accounting.md`
This commit is contained in:
parent
276b6986d9
commit
cfcc82c008
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ The RPC server can be conveniently accessed using a command line tool.
|
|||
- `revenue`: generate a revenue report over a time period for one or many channels.
|
||||
- `outliers`: close recommendations based whether channels are outliers based on a variety of metrics.
|
||||
- `threshold`: close recommendations based on thresholds a variety of metrics.
|
||||
- `audit`: produce an accounting report for your node over a period of time, please see the [accounting documentation](https://github.com/lightninglabs/faraday/blob/master/accounting/docs.md) for details. *Chain backend strongly recommended*, fee entries for channel closes and sweeps will be *missing* if a chain connection is not provided.
|
||||
- `audit`: produce an accounting report for your node over a period of time, please see the [accounting documentation](https://github.com/lightninglabs/faraday/blob/master/docs/accounting.md) for details. *Chain backend strongly recommended*, fee entries for channel closes and sweeps will be *missing* if a chain connection is not provided.
|
||||
- `fiat`: get the USD price for an amount of Bitcoin at a given time, currently obtained from CoinCap's [historical price API](https://docs.coincap.io/?version=latest).
|
||||
- `closereport`: provides a channel specific fee report, including fees paid on chain. This endpoint is currently only implemented for cooperative closes. *Requires chain backend*.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue