From b61f4e8b9c865ef78acf0c34d682bfae47aef81d Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 22 Aug 2024 00:19:44 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.3.md b/docs/lnd/release-notes/release-notes-0.18.3.md index 36f2f2b6..372be529 100644 --- a/docs/lnd/release-notes/release-notes-0.18.3.md +++ b/docs/lnd/release-notes/release-notes-0.18.3.md @@ -159,6 +159,11 @@ commitment when the channel was force closed. * [Allow](https://github.com/lightningnetwork/lnd/pull/8845) multiple etcd hosts to be specified in db.etcd.host. +* Improved the internal [`LeaseOutput` + method](https://github.com/lightningnetwork/lnd/pull/8961) to be more + efficient, which improves the performance of related RPC calls such as + `LeaseOutput`, `SendCoins`, and PSBT funding process. + ## RPC Updates * [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779)