Update btcwire import paths to new location.
This commit is contained in:
parent
32205c5552
commit
923ca529bd
1 changed files with 1 additions and 1 deletions
2
cmds.go
2
cmds.go
|
@ -8,8 +8,8 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
|
"github.com/btcsuite/btcwire"
|
||||||
"github.com/conformal/btcjson"
|
"github.com/conformal/btcjson"
|
||||||
"github.com/conformal/btcwire"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Help texts
|
// Help texts
|
||||||
|
|
Loading…
Add table
Reference in a new issue