Update websocket import paths to new location.
This commit is contained in:
parent
ea0d0ec280
commit
174005d586
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/websocket"
|
||||
"github.com/conformal/btcec"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/conformal/btcrpcclient"
|
||||
|
@ -47,7 +48,6 @@ import (
|
|||
"github.com/conformal/btcwallet/txstore"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/btcws"
|
||||
"github.com/conformal/websocket"
|
||||
)
|
||||
|
||||
// Error types to simplify the reporting of specific categories of
|
||||
|
|
Loading…
Reference in a new issue