From 16efdb04d60505246faf4953e93a11b73bbd3da1 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 29 Jun 2024 00:18:16 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.2.md b/docs/lnd/release-notes/release-notes-0.18.2.md index 78370fc2..e2216bc7 100644 --- a/docs/lnd/release-notes/release-notes-0.18.2.md +++ b/docs/lnd/release-notes/release-notes-0.18.2.md @@ -84,6 +84,11 @@ [support the TLV onion format](https://github.com/lightningnetwork/lnd/pull/8791). +* Allow channel fundee to send a [minimum confirmation depth of + 0](https://github.com/lightningnetwork/lnd/pull/8796) for a non-zero-conf + channel. We will still wait for the channel to have at least one confirmation + and so the main change here is that we don't error out for such a case. + ## Testing ## Database ## Code Health