Skip to content

Commit

Permalink
Update btcjson path import paths to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Feb 19, 2015
1 parent 45f7a51 commit 6d289f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/btcctl/btcctl.go
Expand Up @@ -10,7 +10,7 @@ import (
"sort"
"strconv"

"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcws"
flags "github.com/btcsuite/go-flags"
Expand Down
2 changes: 1 addition & 1 deletion rpcserver.go
Expand Up @@ -28,11 +28,11 @@ import (

"github.com/btcsuite/btcd/blockchain"
"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/database"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
Expand Down
2 changes: 1 addition & 1 deletion rpcwebsocket.go
Expand Up @@ -19,10 +19,10 @@ import (

"golang.org/x/crypto/ripemd160"

"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/database"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
Expand Down
2 changes: 1 addition & 1 deletion server.go
Expand Up @@ -21,10 +21,10 @@ import (

"github.com/btcsuite/btcd/addrmgr"
"github.com/btcsuite/btcd/blockchain"
"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/database"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcjson"
"github.com/btcsuite/btcutil"
)

Expand Down

0 comments on commit 6d289f6

Please sign in to comment.