go.mod: bump btclog v2 version

This commit is contained in:
Elle Mouton
2025-07-23 11:18:43 +02:00
parent 2e36f9b8b9
commit f129b217cf
3 changed files with 7 additions and 3 deletions

View File

@@ -36,6 +36,10 @@
- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that
can cause contract resolvers to be stuck at marking the channel force close as
being complete.
- [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