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

@@ -7,7 +7,7 @@ import (
"time"
"github.com/btcsuite/btcd/btcutil"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/btcsuite/btcwallet/walletdb"
"github.com/lightningnetwork/lnd/build"
"github.com/lightningnetwork/lnd/channeldb"