mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 20:46:04 +02:00
chainio: use package logger instead of instance logger
There's no guarantee that the `b.beat` is initialized when the dispatcher shuts down, especially with the case in the remote signer where no chainbackend is created.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
ff6ea786ec
commit
6bf9a38940
@@ -26,6 +26,9 @@
|
||||
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9921) a case where the
|
||||
spending notification of an output may be missed if wrong height hint is used.
|
||||
|
||||
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9962) a case where the
|
||||
node may panic if it's running in the remote signer mode.
|
||||
|
||||
# New Features
|
||||
|
||||
## Functional Enhancements
|
||||
|
Reference in New Issue
Block a user