Update btcjson import paths to new location.
This commit is contained in:
parent
3fc3ecc908
commit
06ed33b65a
3 changed files with 3 additions and 3 deletions
|
@ -38,13 +38,13 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/btcsuite/btcec"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcrpcclient"
|
||||
"github.com/btcsuite/btcscript"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/btcsuite/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/conformal/btcwallet/chain"
|
||||
"github.com/conformal/btcwallet/keystore"
|
||||
"github.com/conformal/btcwallet/txstore"
|
||||
|
|
|
@ -18,10 +18,10 @@ package txstore
|
|||
|
||||
import (
|
||||
"github.com/btcsuite/btcchain"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcnet"
|
||||
"github.com/btcsuite/btcscript"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// ToJSON returns a slice of btcjson listtransactions result types for all credits
|
||||
|
|
|
@ -27,10 +27,10 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/btcsuite/btcchain"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcnet"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/conformal/btcwallet/chain"
|
||||
"github.com/conformal/btcwallet/keystore"
|
||||
"github.com/conformal/btcwallet/txstore"
|
||||
|
|
Loading…
Add table
Reference in a new issue