docs: add release note for 7867

This commit is contained in:
Elle Mouton 2023-08-03 19:13:54 +02:00 committed by Olaoluwa Osuntokun
parent 23a63ef328
commit a454a8ab44

View File

@ -34,6 +34,13 @@
## lncli Updates
## Code Health
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).
With this change, the `Bitcoin.Active` config option is now deprecated since
Bitcoin is now the only supported chain. The `chains` field in the
`lnrpc.GetInfoResponse` message along with the `chain` field in the
`lnrpc.Chain` message have also been deprecated for the same reason.
## Breaking Changes
## Performance Improvements
@ -46,4 +53,5 @@
# Contributors (Alphabetical Order)
* Elle Mouton
* Yong Yu