diff --git a/log.go b/log.go index 4998869c..7a79f9e0 100644 --- a/log.go +++ b/log.go @@ -8,7 +8,7 @@ import ( "errors" "io" - "github.com/conformal/btclog" + "github.com/btcsuite/btclog" ) // log is a logger that is initialized with no output filters. This