mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Update btclog import paths to new location.
This commit is contained in:
parent
0864e31a54
commit
e18b38318a
@ -11,11 +11,11 @@ import (
|
||||
"strconv"
|
||||
"sync"
|
||||
|
||||
"github.com/btcsuite/btclog"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/goleveldb/leveldb"
|
||||
"github.com/btcsuite/goleveldb/leveldb/opt"
|
||||
"github.com/conformal/btcdb"
|
||||
"github.com/conformal/btclog"
|
||||
"github.com/conformal/btcwire"
|
||||
)
|
||||
|
||||
|
2
log.go
2
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
|
||||
|
@ -7,8 +7,8 @@ package memdb
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/btcsuite/btclog"
|
||||
"github.com/conformal/btcdb"
|
||||
"github.com/conformal/btclog"
|
||||
)
|
||||
|
||||
var log = btclog.Disabled
|
||||
|
Loading…
Reference in New Issue
Block a user