diff --git a/chain/log.go b/chain/log.go index 0bf9092..71f9bc7 100644 --- a/chain/log.go +++ b/chain/log.go @@ -16,7 +16,7 @@ package chain -import "github.com/conformal/btclog" +import "github.com/btcsuite/btclog" // log is a logger that is initialized with no output filters. This // means the package will not perform any logging by default until the caller diff --git a/log.go b/log.go index 8a2260d..885c0e6 100644 --- a/log.go +++ b/log.go @@ -20,8 +20,8 @@ import ( "fmt" "os" + "github.com/btcsuite/btclog" "github.com/btcsuite/seelog" - "github.com/conformal/btclog" "github.com/conformal/btcwallet/chain" "github.com/conformal/btcwallet/txstore" ) diff --git a/txstore/log.go b/txstore/log.go index 0012473..7a523ac 100644 --- a/txstore/log.go +++ b/txstore/log.go @@ -16,7 +16,7 @@ package txstore -import "github.com/conformal/btclog" +import "github.com/btcsuite/btclog" // log is a logger that is initialized with no output filters. This // means the package will not perform any logging by default until the caller