From a454a8ab446bf0db4aa60d27ed3bc63f7f3717f7 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 3 Aug 2023 19:13:54 +0200 Subject: [PATCH] docs: add release note for 7867 --- docs/release-notes/release-notes-0.18.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index e6250204a..2b566c677 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -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