From 66cd1aaabd33104ee93b5324a5e083d9bdd19724 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 3 Jan 2024 00:17:19 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.0.md b/docs/lnd/release-notes/release-notes-0.18.0.md index d2dc1c0f..0d48ab63 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -170,6 +170,13 @@ be switched off using the new `protocol.no-timestamp-query-option` config option. +* [Update min_final_cltv_expiry_delta](https://github.com/lightningnetwork/lnd/pull/8308). + This only effects external invoices which do not supply the + min_final_cltv_expiry parameter. LND has NOT allowed the creation of invoices + with a lower min_final_cltv_expiry_delta value than 18 blocks since + LND 0.11.0. + + ## Testing * Added fuzz tests for [onion