mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Update btcjson import paths to new location.
This commit is contained in:
parent
10643379a9
commit
919109f12c
@ -29,6 +29,7 @@ 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"
|
||||
@ -36,7 +37,6 @@ import (
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/btcsuite/fastsha256"
|
||||
"github.com/btcsuite/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -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 (
|
||||
|
@ -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 (
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user