forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bbf9f3
commit 3c4b5bb
Showing
115 changed files
with
545 additions
and
1,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,68 +12,56 @@ DESCRIPTION | |
The **autoclean-status** RPC command tells you about the status of | ||
the autclean plugin, optionally for only one subsystem. | ||
|
||
The subsystems currently supported are: | ||
|
||
* `failedforwards`: routed payments which did not succeed (`failed` or `local_failed` in listforwards `status`). | ||
* `succeededforwards`: routed payments which succeeded (`settled` in listforwards `status`). | ||
* `failedpays`: payment attempts which did not succeed (`failed` in listpays `status`). | ||
* `succededpays`: payment attempts which succeeded (`complete` in listpays `status`). | ||
* `expiredinvoices`: invoices which were not paid (and cannot be) (`expired` in listinvoices `status`). | ||
* `paidinvoices`: invoices which were paid (`paid` in listinvoices `status). | ||
|
||
RETURN VALUE | ||
------------ | ||
|
||
Note that the ages parameters are set by various `autoclean-...-age` | ||
parameters in your configuration: see lightningd-config(5). | ||
|
||
[comment]: # (GENERATE-FROM-SCHEMA-START) | ||
On success, an object containing **autoclean** is returned. It is an object containing: | ||
|
||
- **succeededforwards** (object, optional): | ||
- **succeededforwards** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for successful listforwards | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to delete successful listforwards | ||
- **failedforwards** (object, optional): | ||
|
||
- **failedforwards** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for failed listforwards | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to delete failed listforwards | ||
- **succeededpays** (object, optional): | ||
|
||
- **succeededpays** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for successful listpays/listsendpays | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to delete successful listpays/listsendpays | ||
- **failedpays** (object, optional): | ||
|
||
- **failedpays** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for failed listpays/listsendpays | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to delete failed listpays/listsendpays | ||
- **paidinvoices** (object, optional): | ||
|
||
- **paidinvoices** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for paid listinvoices | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to paid listinvoices | ||
- **expiredinvoices** (object, optional): | ||
|
||
- **expiredinvoices** (object, optional) | ||
- **enabled** (boolean): whether autocleaning is enabled for expired (unpaid) listinvoices | ||
- **cleaned** (u64): total number of deletions done (ever) | ||
|
||
If **enabled** is *true*: | ||
|
||
- **age** (u64): age (in seconds) to expired listinvoices | ||
|
||
[comment]: # (GENERATE-FROM-SCHEMA-END) | ||
|
||
AUTHOR | ||
------ | ||
|
@@ -83,12 +71,11 @@ Rusty Russell <<[email protected]>> is mainly responsible. | |
SEE ALSO | ||
-------- | ||
|
||
lightningd-config(5), lightning-listinvoices(7), | ||
lightning-listpays(7), lightning-listforwards(7). | ||
lightningd-config(5), lightning-listinvoices(7),lightning-listpays(7), lightning-listforwards(7) | ||
|
||
RESOURCES | ||
--------- | ||
|
||
Main web site: <https://github.com/ElementsProject/lightning> | ||
|
||
[comment]: # ( SHA256STAMP:0d997b9f41940245f25d5eb8ce9b9678c305bbdd3941cd17a1b2ba4c7d42310b) | ||
[comment]: # ( SHA256STAMP:dbb5c220be93580a35a686e5a32d58fa0c452185f32a9ea7c298de8bfd1cb12b) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.