Update btcchain import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 18:48:31 -06:00
parent 7db8ff3f9a
commit b3ed4f9172
4 changed files with 4 additions and 4 deletions

View file

@ -23,9 +23,9 @@ import (
"sort"
"time"
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcchain"
"github.com/conformal/btcscript"
"github.com/conformal/btcwallet/keystore"
"github.com/conformal/btcwallet/txstore"

View file

@ -17,9 +17,9 @@
package txstore
import (
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcchain"
"github.com/conformal/btcjson"
"github.com/conformal/btcscript"
)

View file

@ -24,10 +24,10 @@ import (
"sync"
"time"
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcchain"
"github.com/conformal/btcscript"
)

View file

@ -26,10 +26,10 @@ import (
"sync"
"time"
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcchain"
"github.com/conformal/btcjson"
"github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/keystore"