mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 12:22:38 +01:00
sqldb: update btclog dep
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package sqldb
|
||||
|
||||
import (
|
||||
"github.com/btcsuite/btclog"
|
||||
)
|
||||
import "github.com/btcsuite/btclog/v2"
|
||||
|
||||
// Subsystem defines the logging code for this subsystem.
|
||||
const Subsystem = "SQLD"
|
||||
|
||||
Reference in New Issue
Block a user