Update btcjson import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 23:58:53 -06:00
parent 3fc3ecc908
commit 06ed33b65a
3 changed files with 3 additions and 3 deletions

View file

@ -38,13 +38,13 @@ import (
"time"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/btcsuite/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/keystore"
"github.com/conformal/btcwallet/txstore"

View file

@ -18,10 +18,10 @@ package txstore
import (
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcjson"
)
// ToJSON returns a slice of btcjson listtransactions result types for all credits

View file

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