Update btcutil import paths to new location.
This commit is contained in:
parent
68242fbba7
commit
320f5befd5
2 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/conformal/btcnet"
|
||||
"github.com/conformal/btcutil"
|
||||
)
|
||||
|
||||
var testnet = flag.Bool("testnet", false, "operate on the testnet Bitcoin network")
|
||||
|
|
2
doc.go
2
doc.go
|
@ -27,8 +27,8 @@
|
|||
// "fmt"
|
||||
// "log"
|
||||
//
|
||||
// "github.com/btcsuite/btcutil"
|
||||
// "github.com/conformal/btcnet"
|
||||
// "github.com/conformal/btcutil"
|
||||
// )
|
||||
//
|
||||
// var testnet = flag.Bool("testnet", false, "operate on the testnet Bitcoin network")
|
||||
|
|
Loading…
Reference in a new issue