Merge pull request #8181 from ProofOfKeags/docs/comprehensive-lncli

docs/comprehensive lncli
This commit is contained in:
Yong
2023-11-22 06:58:48 +08:00
committed by GitHub
31 changed files with 357 additions and 101 deletions

View File

@@ -101,6 +101,12 @@
considered failed, thus there's no such thing as temp error for a non-MPP.
## lncli Updates
* [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181).
This change makes all existing lncli commands have the appropriate doc tag
in the rpc definition to ensure that the autogenerated API documentation
properly specifies how to use the lncli command.
## Code Health
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).