Update btcws import paths to new location.
This commit is contained in:
parent
7276c1ca7d
commit
3fc3ecc908
2 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ import (
|
|||
"github.com/btcsuite/btcrpcclient"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/conformal/btcwallet/keystore"
|
||||
"github.com/conformal/btcwallet/txstore"
|
||||
"github.com/conformal/btcws"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
|
|
@ -42,12 +42,12 @@ import (
|
|||
"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"
|
||||
"github.com/conformal/btcws"
|
||||
)
|
||||
|
||||
// Error types to simplify the reporting of specific categories of
|
||||
|
|
Loading…
Add table
Reference in a new issue