Update btcjson import paths to new location.
This commit is contained in:
parent
9e86f74c50
commit
64231158a0
9 changed files with 9 additions and 9 deletions
2
chain.go
2
chain.go
|
@ -9,9 +9,9 @@ import (
|
|||
"encoding/hex"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// FutureGetBestBlockHashResult is a future promise to deliver the result of a
|
||||
|
|
|
@ -9,10 +9,10 @@ import (
|
|||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// FutureDebugLevelResult is a future promise to deliver the result of a
|
||||
|
|
|
@ -20,10 +20,10 @@ import (
|
|||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/btcsuite/go-socks/socks"
|
||||
"github.com/btcsuite/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -9,8 +9,8 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// FutureGetGenerateResult is a future promise to deliver the result of a
|
||||
|
|
2
net.go
2
net.go
|
@ -7,7 +7,7 @@ package btcrpcclient
|
|||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/btcsuite/btcjson"
|
||||
)
|
||||
|
||||
// AddNodeCommand enumerates the available commands that the AddNode function
|
||||
|
|
|
@ -13,10 +13,10 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/btcsuite/btcjson"
|
||||
)
|
||||
|
||||
// rawRequest satisifies the btcjson.Cmd interface for btcjson raw commands.
|
||||
|
|
|
@ -9,9 +9,9 @@ import (
|
|||
"encoding/hex"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// SigHashType enumerates the available signature hashing types that the
|
||||
|
|
|
@ -8,11 +8,11 @@ import (
|
|||
"encoding/json"
|
||||
"strconv"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcnet"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// *****************************
|
||||
|
|
Loading…
Reference in a new issue