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

@@ -18,7 +18,7 @@ import (
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/btcsuite/btcwallet/chain"
"github.com/btcsuite/btcwallet/waddrmgr"
"github.com/btcsuite/btcwallet/wallet"