From d9f06226fbdfb1dc31fc1a7ebbe4413542b286be Mon Sep 17 00:00:00 2001 From: Calvin Zachman Date: Wed, 25 Jun 2025 11:44:41 -0400 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.19.2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.2.md b/docs/release-notes/release-notes-0.19.2.md index 4ee4b4ce5..10baf36fb 100644 --- a/docs/release-notes/release-notes-0.19.2.md +++ b/docs/release-notes/release-notes-0.19.2.md @@ -37,6 +37,11 @@ `FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated fee value to the nearest satoshi. +- [Update](https://github.com/lightningnetwork/lnd/pull/9996) lnd to point at + the new deployment of the lightning seed service which is used to provide + candidate peers during initial network bootstrap. The lseed service now + supports `testnet4` and `signet` networks as well. + ## RPC Additions ## lncli Additions