Update seelog import paths to new location.
This commit is contained in:
parent
b732eac0be
commit
fc6a10c563
1 changed files with 1 additions and 1 deletions
2
log.go
2
log.go
|
@ -12,12 +12,12 @@ import (
|
|||
|
||||
"github.com/conformal/btcd/addrmgr"
|
||||
|
||||
"github.com/btcsuite/seelog"
|
||||
"github.com/conformal/btcchain"
|
||||
"github.com/conformal/btcdb"
|
||||
"github.com/conformal/btclog"
|
||||
"github.com/conformal/btcscript"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/seelog"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue