Skip to content

Commit

Permalink
Update btcws import paths to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jan 17, 2015
1 parent a57505b commit 1064337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ import (
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
"github.com/btcsuite/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion rpcwebsocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
"github.com/btcsuite/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion util/btcctl/btcctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"strconv"

"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcws"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/davecgh/go-spew/spew"
)

Expand Down

0 comments on commit 1064337

Please sign in to comment.