Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 15:28:53 -06:00
parent 132207cb3f
commit c1df139e32
6 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@ import (
"encoding/json" "encoding/json"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcwire"
) )
// FutureGetBestBlockHashResult is a future promise to deliver the result of a // FutureGetBestBlockHashResult is a future promise to deliver the result of a

View file

@ -12,7 +12,7 @@ import (
"github.com/btcsuite/btcrpcclient" "github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/conformal/btcwire" "github.com/btcsuite/btcwire"
) )
func main() { func main() {

View file

@ -10,8 +10,8 @@ import (
"fmt" "fmt"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcwire"
"github.com/conformal/btcws" "github.com/conformal/btcws"
) )

View file

@ -14,8 +14,8 @@ import (
"time" "time"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcwire"
"github.com/conformal/btcws" "github.com/conformal/btcws"
) )

View file

@ -10,8 +10,8 @@ import (
"encoding/json" "encoding/json"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcwire"
) )
// SigHashType enumerates the available signature hashing types that the // SigHashType enumerates the available signature hashing types that the

View file

@ -9,9 +9,9 @@ import (
"strconv" "strconv"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcnet" "github.com/conformal/btcnet"
"github.com/conformal/btcwire"
"github.com/conformal/btcws" "github.com/conformal/btcws"
) )