mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
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"
|
"time"
|
||||||
|
|
||||||
"github.com/btcsuite/btcec"
|
"github.com/btcsuite/btcec"
|
||||||
|
"github.com/btcsuite/btcjson"
|
||||||
"github.com/btcsuite/btcrpcclient"
|
"github.com/btcsuite/btcrpcclient"
|
||||||
"github.com/btcsuite/btcscript"
|
"github.com/btcsuite/btcscript"
|
||||||
"github.com/btcsuite/btcutil"
|
"github.com/btcsuite/btcutil"
|
||||||
"github.com/btcsuite/btcwire"
|
"github.com/btcsuite/btcwire"
|
||||||
"github.com/btcsuite/btcws"
|
"github.com/btcsuite/btcws"
|
||||||
"github.com/btcsuite/websocket"
|
"github.com/btcsuite/websocket"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
"github.com/conformal/btcwallet/chain"
|
"github.com/conformal/btcwallet/chain"
|
||||||
"github.com/conformal/btcwallet/keystore"
|
"github.com/conformal/btcwallet/keystore"
|
||||||
"github.com/conformal/btcwallet/txstore"
|
"github.com/conformal/btcwallet/txstore"
|
||||||
|
|
|
@ -18,10 +18,10 @@ package txstore
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/btcsuite/btcchain"
|
"github.com/btcsuite/btcchain"
|
||||||
|
"github.com/btcsuite/btcjson"
|
||||||
"github.com/btcsuite/btcnet"
|
"github.com/btcsuite/btcnet"
|
||||||
"github.com/btcsuite/btcscript"
|
"github.com/btcsuite/btcscript"
|
||||||
"github.com/btcsuite/btcutil"
|
"github.com/btcsuite/btcutil"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ToJSON returns a slice of btcjson listtransactions result types for all credits
|
// ToJSON returns a slice of btcjson listtransactions result types for all credits
|
||||||
|
|
|
@ -27,10 +27,10 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/btcsuite/btcchain"
|
"github.com/btcsuite/btcchain"
|
||||||
|
"github.com/btcsuite/btcjson"
|
||||||
"github.com/btcsuite/btcnet"
|
"github.com/btcsuite/btcnet"
|
||||||
"github.com/btcsuite/btcutil"
|
"github.com/btcsuite/btcutil"
|
||||||
"github.com/btcsuite/btcwire"
|
"github.com/btcsuite/btcwire"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
"github.com/conformal/btcwallet/chain"
|
"github.com/conformal/btcwallet/chain"
|
||||||
"github.com/conformal/btcwallet/keystore"
|
"github.com/conformal/btcwallet/keystore"
|
||||||
"github.com/conformal/btcwallet/txstore"
|
"github.com/conformal/btcwallet/txstore"
|
||||||
|
|
Loading…
Add table
Reference in a new issue