kvdb: update btclog dep

This commit is contained in:
Elle Mouton
2024-10-23 10:12:24 +02:00
parent de358667f3
commit a6e68cb6b8
4 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package sqlbase
import "github.com/btcsuite/btclog"
import "github.com/btcsuite/btclog/v2"
// log is a logger that is initialized as disabled. This means the package will
// not perform any logging by default until a logger is set.