lnd/docs/release-notes/release-notes-0.16.2.md
Olaoluwa Osuntokun 239da9268c
build: update to btcwallet version with async mempool scan
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
2023-04-27 16:27:26 -05:00

357 B

Release Notes

Wallet

The mempool scanning logic no longer blocks start up. The default polling interval has also been increased to 60 seconds.

Bug Fixes

A panic has been fixed for neutrino nodes related to sweeper transaction replacement.