mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
This version of btcwallet demotes some spammy logs (txns replaced in the mempool), and makes the initial mempool scan async. Fixes https://github.com/lightningnetwork/lnd/issues/7640
12 lines
357 B
Markdown
12 lines
357 B
Markdown
# Release Notes
|
|
|
|
## Wallet
|
|
|
|
[The mempool scanning logic no longer blocks start
|
|
up](https://github.com/lightningnetwork/lnd/pull/7641). The default polling
|
|
interval has also been increased to 60 seconds.
|
|
|
|
## Bug Fixes
|
|
|
|
[A panic has been fixed](https://github.com/lightningnetwork/lnd/pull/7637) for
|
|
neutrino nodes related to sweeper transaction replacement.
|