Update btclog import paths to new location.
This commit is contained in:
parent
04f692fbbb
commit
2f79c3176e
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
package chain
|
package chain
|
||||||
|
|
||||||
import "github.com/conformal/btclog"
|
import "github.com/btcsuite/btclog"
|
||||||
|
|
||||||
// log is a logger that is initialized with no output filters. This
|
// 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
|
// means the package will not perform any logging by default until the caller
|
||||||
|
|
2
log.go
2
log.go
|
@ -20,8 +20,8 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"github.com/btcsuite/btclog"
|
||||||
"github.com/btcsuite/seelog"
|
"github.com/btcsuite/seelog"
|
||||||
"github.com/conformal/btclog"
|
|
||||||
"github.com/conformal/btcwallet/chain"
|
"github.com/conformal/btcwallet/chain"
|
||||||
"github.com/conformal/btcwallet/txstore"
|
"github.com/conformal/btcwallet/txstore"
|
||||||
)
|
)
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
package txstore
|
package txstore
|
||||||
|
|
||||||
import "github.com/conformal/btclog"
|
import "github.com/btcsuite/btclog"
|
||||||
|
|
||||||
// log is a logger that is initialized with no output filters. This
|
// 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
|
// means the package will not perform any logging by default until the caller
|
||||||
|
|
Loading…
Reference in a new issue