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

@@ -12,7 +12,7 @@ import (
"strings"
"time"
"github.com/btcsuite/btclog"
"github.com/btcsuite/btclog/v2"
"github.com/gorilla/websocket"
"golang.org/x/net/context"
)