Update btcjson path import paths to new location.
This commit is contained in:
parent
d68ac86944
commit
b8f3da692e
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ websocket.JSON.Send(btcdWSConn, cmd)
|
|||
// Server Side
|
||||
import (
|
||||
"golang.org/x/net/websocket"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
"github.com/btcsuite/btcws"
|
||||
)
|
||||
|
||||
|
|
2
cmds.go
2
cmds.go
|
@ -8,8 +8,8 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcjson"
|
||||
)
|
||||
|
||||
// Help texts
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue