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

@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/btcsuite/btcd/btcec/v2"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/lightningnetwork/lnd/build"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/channeldb/models"