go.mod: bump btclog v2 version

This commit is contained in:
Elle Mouton
2025-07-23 11:18:43 +02:00
committed by Oliver Gugger
parent 94c0208bd4
commit 1345b47961
3 changed files with 8 additions and 3 deletions

View File

@@ -25,6 +25,10 @@
messages simultaneously. The fix ensures only a single goroutine processes the
backlog at any given time using an atomic flag.
- [Fix](https://github.com/lightningnetwork/lnd/pull/10107) a bug where child
logger's derived via `WithPrefix` did not inherit change log level changes
from their parent loggers.
# New Features
## Functional Enhancements
@@ -67,5 +71,6 @@
# Contributors (Alphabetical Order)
* Elle Mouton
* Olaoluwa Osuntokun
* Yong Yu