From a4bd3892d2df85ad8b34fa1a27ef0094dd2787f8 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 7c26e4199..5dbd76c90 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -64,6 +64,12 @@ to Bitcoin nodes that advertise a Tor v3 onion service address. capable of status checks, adding, disconnecting and listing peers, fetching compact filters and block/block headers. +## 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)