From 57176d5d3dfdfd3d0f167dfa8cb7affd8ac57b1c Mon Sep 17 00:00:00 2001 From: GitHub <noreply@github.com> Date: Wed, 17 Apr 2024 00:17:24 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.0.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 aafbc076..7e1be6ba 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -109,8 +109,12 @@ * [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable code -[Fixed](https://github.com/lightningnetwork/lnd/pull/8609) fixed a function -call where arguments were swapped. +* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function + call where arguments were swapped. + +* [Addresses derived from imported watch-only accounts now correctly include + their master key's + fingerprint](https://github.com/lightningnetwork/lnd/pull/8630). # New Features ## Functional Enhancements