Merge pull request #9261 from yyforyongyu/fix-rpcclient-shutdown

multi: fix rpcclient shutdown
This commit is contained in:
Yong
2024-11-14 03:18:07 +08:00
committed by GitHub
9 changed files with 19 additions and 5 deletions

View File

@@ -48,6 +48,9 @@
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9249) found in the
mission control store that can block the shutdown process of LND.
* Make sure the RPC clients used to access the chain backend are [properly
shutdown](https://github.com/lightningnetwork/lnd/pull/9261).
# New Features
## Functional Enhancements
## RPC Additions
@@ -196,4 +199,5 @@ The underlying functionality between those two options remain the same.
* Oliver Gugger
* Pins
* Viktor Tigerström
* Ziggie
* Ziggie