Update seelog import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 22:28:39 -06:00
parent d71bc3193f
commit 4f097d8e79

2
log.go
View file

@ -20,10 +20,10 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/btcsuite/seelog"
"github.com/conformal/btclog" "github.com/conformal/btclog"
"github.com/conformal/btcwallet/chain" "github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/txstore" "github.com/conformal/btcwallet/txstore"
"github.com/conformal/seelog"
) )
const ( const (