multi: start updating various loggers to use the new v2 type

This commit is contained in:
Elle Mouton
2024-10-15 15:16:16 +02:00
parent a8da3e525b
commit 23602e017e
72 changed files with 140 additions and 114 deletions

View File

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