Skip to content

Commit

Permalink
Update btcjson 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 1064337 commit 919109f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ import (
"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcdb"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcnet"
"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"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion rpcwebsocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (
"golang.org/x/crypto/ripemd160"

"github.com/btcsuite/btcdb"
"github.com/btcsuite/btcjson"
"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"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (

"github.com/btcsuite/btcchain"
"github.com/btcsuite/btcdb"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcd/addrmgr"
"github.com/conformal/btcjson"
)

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 @@ -10,10 +10,10 @@ import (
"sort"
"strconv"

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

Expand Down

0 comments on commit 919109f

Please sign in to comment.