Merge pull request #9501 from yyforyongyu/getinfo-blockheight

rpcserver: check `blockbeatDispatcher` when deciding `isSynced`
This commit is contained in:
Oliver Gugger
2025-02-13 04:17:45 -06:00
committed by GitHub
4 changed files with 206 additions and 28 deletions

View File

@@ -170,6 +170,10 @@
use the configured budget values for HTLCs (first level sweep) in parcticular
`--sweeper.budget.deadlinehtlcratio` and `--sweeper.budget.deadlinehtlc`.
* When deciding whether `lnd` is synced to chain, the current height from the
blockbeat dispatcher is now also [taken into
consideration](https://github.com/lightningnetwork/lnd/pull/9501).
## RPC Updates
* Some RPCs that previously just returned an empty response message now at least