Skip to content

Commit

Permalink
Update btcutil import paths to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Jan 15, 2015
1 parent 68242fb commit 320f5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -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")
Expand Down

0 comments on commit 320f5be

Please sign in to comment.