multi: update more loggers to the v2 type

This commit is contained in:
Elle Mouton
2024-10-15 15:28:46 +02:00
parent 49bfbecc4e
commit 9d0cd3ff4f
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
package msgmux
import (
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/lightningnetwork/lnd/build"
)