From 2680715832dec936b1dc3b50aa9c73794ad8ceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9A=A1=EF=B8=8F2FakTor=E2=9A=A1=EF=B8=8F?= Date: Tue, 20 May 2025 16:59:59 +0200 Subject: [PATCH] Update release-notes-0.19.0.md --- docs/release-notes/release-notes-0.19.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 7eab4858b..4d002619a 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -271,8 +271,8 @@ when running LND with an aux component injected (custom channels). logs during rotation with ZSTD via the `logging.file.compressor` startup argument. -* The SCB file now [contains more data][https://github.com/lightningnetwork/lnd/pull/8183] - that enable a last resort rescue for certain cases where the peer is no longer +* The SCB file now [contains more data](https://github.com/lightningnetwork/lnd/pull/8183) + that enables a last resort rescue for certain cases where the peer is no longer around. * LND updates channel.backup file at shutdown time.