Update seelog import paths to new location.
This commit is contained in:
parent
d71bc3193f
commit
4f097d8e79
1 changed files with 1 additions and 1 deletions
2
log.go
2
log.go
|
@ -20,10 +20,10 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/btcsuite/seelog"
|
||||
"github.com/conformal/btclog"
|
||||
"github.com/conformal/btcwallet/chain"
|
||||
"github.com/conformal/btcwallet/txstore"
|
||||
"github.com/conformal/seelog"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue