From 1bdab1a81af1b88abc30ec5902d3046ae90e35de Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 18 Mar 2022 14:37:28 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.15.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 326a2d3880de..8e66190219e6 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -60,6 +60,12 @@ releases. Backward compatibility is not guaranteed! 155](https://github.com/lightningnetwork/lnd/pull/6468), allowing it to connect to Bitcoin nodes that advertise a Tor v3 onion service address. +## Btcwallet + +* [Add option to configure the block and transaction subscription + notifications from bitcoind to be obtained through polling of the RPC + interface instead of using ZMQ](https://github.com/lightningnetwork/lnd/pull/6345) + ## Bug Fixes * [Pipelining an UpdateFulfillHTLC message now only happens when the related UpdateAddHTLC is locked-in.](https://github.com/lightningnetwork/lnd/pull/6246)