Update btcrpcclient import paths to new location.
This commit is contained in:
parent
f37b4e84eb
commit
d71bc3193f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue