From 6b8a1f1d67645c71280f3f2f59e8e4f31fb1c542 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 7 Mar 2023 17:07:22 -0800 Subject: [PATCH] docs/release-notes: add note for new tx rebroadcast --- docs/release-notes/release-notes-0.16.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 57f9f647a..4b033687c 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -12,6 +12,12 @@ that might lead to channel updates being missed, causing channel graph being incomplete. Aside from that, a potential announcement messages being sent out of order is also [fixed](https://github.com/lightningnetwork/lnd/pull/7264). +`lnd` will now attempt to [rebroadcast unconfirmed +transactions](https://github.com/lightningnetwork/lnd/pull/7448) with each +passing block the transaction hasn't been confirmed. This was already the +default for the neutrino backend. This complements the existing behavior where +all unconfirmed transactions are rebroadcast on start up. + ## BOLT Specs * Warning messages from peers are now recognized and