docs: update release notes

This commit is contained in:
yyforyongyu 2025-03-17 22:25:17 +08:00
parent 2d6148291f
commit e62aa7d43a
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -229,6 +229,12 @@
## lncli Updates
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where
inaccurate error message is displayed. Previously, when the `lnd` is built
without with a given RPC service yet the `cli` does, running a command to
access the RPC server would give an error saying the wallet is encrypted. This
is now fixed to show specifically which RPC server is missing.
## Code Health
* [Add retry logic](https://github.com/lightningnetwork/lnd/pull/8381) for