Update btcrpcclient import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 21:28:09 -06:00
parent f37b4e84eb
commit d71bc3193f
2 changed files with 2 additions and 2 deletions

View file

@ -21,9 +21,9 @@ import (
"sync"
"time"
"github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcnet"
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcwallet/keystore"
"github.com/conformal/btcwallet/txstore"
"github.com/conformal/btcwire"

View file

@ -37,11 +37,11 @@ import (
"sync/atomic"
"time"
"github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/websocket"
"github.com/conformal/btcec"
"github.com/conformal/btcjson"
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcscript"
"github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/keystore"