We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61482 commit e62aa7dCopy full SHA for e62aa7d
docs/release-notes/release-notes-0.19.0.md
@@ -229,6 +229,12 @@
229
230
## lncli Updates
231
232
+* [Fixed](https://github.com/lightningnetwork/lnd/pull/9605) a case where
233
+ inaccurate error message is displayed. Previously, when the `lnd` is built
234
+ without with a given RPC service yet the `cli` does, running a command to
235
+ access the RPC server would give an error saying the wallet is encrypted. This
236
+ is now fixed to show specifically which RPC server is missing.
237
+
238
## Code Health
239
240
* [Add retry logic](https://github.com/lightningnetwork/lnd/pull/8381) for
0 commit comments