Update btcutil import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 10:39:54 -06:00
parent 68242fbba7
commit 320f5befd5
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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")