diff --git a/docs/lnd/release-notes/release-notes-0.18.3.md b/docs/lnd/release-notes/release-notes-0.18.3.md index 1739c200..3017b1ff 100644 --- a/docs/lnd/release-notes/release-notes-0.18.3.md +++ b/docs/lnd/release-notes/release-notes-0.18.3.md @@ -91,6 +91,12 @@ ## Testing ## Database + +* [Migrate](https://github.com/lightningnetwork/lnd/pull/8855) incorrectly + stored invoice expiry values. This migration only affects users of native SQL + invoice database. Invoices with incorrect expiry values will be updated to + 24-hour expiry, which is the default behavior in LND. + ## Code Health ## Tooling and Documentation