Skip to content

Commit 4bf9810

Browse files
committed
docs: note bitcoind peer-check RPC switch
Document that bitcoind outbound peer health checks now use getnetworkinfo.connections_out instead of getpeerinfo. Also mention that texts of zmq port mismatch warnings were fixed.
1 parent 53f4187 commit 4bf9810

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
the chain watch filter on restart. This was a pre-existing bug since
7171
private taproot channels were first introduced.
7272

73+
* Bitcoind outbound peer health checks [now use](https://github.com/lightningnetwork/lnd/pull/10686)
74+
`getnetworkinfo.connections_out` instead of `getpeerinfo`. The same PR also
75+
[clarifies](https://github.com/lightningnetwork/lnd/issues/10568) the ZMQ
76+
port-mismatch warnings so they no longer suggest that the connection failed.
77+
7378
# New Features
7479

7580
- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion

0 commit comments

Comments
 (0)