diff --git a/docs/release-notes/release-notes-0.17.0.md b/docs/release-notes/release-notes-0.17.0.md index 1156f20c..aa90df90 100644 --- a/docs/release-notes/release-notes-0.17.0.md +++ b/docs/release-notes/release-notes-0.17.0.md @@ -33,6 +33,13 @@ expiration date would overwrite it to 0 (never expires). It now correctly defaults to -1 (no change). +* [Gate wallet-ready status on lnd's actual RPC + readiness](https://github.com/lightninglabs/lightning-terminal/pull/1353): + Fixed a startup race where litd could report the LND sub-server as "Wallet + Ready" before lnd's RPC interceptor had actually left its + `WAITING_TO_START` state, so the very next call could still fail with + `rpc error: ... waiting to start`. + ### Functional Changes/Additions * [Support for SQL database