Update btcutil import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 10:41:20 -06:00
parent c74bb4e087
commit 3dfefc978f
8 changed files with 8 additions and 8 deletions

View file

@ -9,8 +9,8 @@ import (
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
) )

View file

@ -10,8 +10,8 @@ import (
"path/filepath" "path/filepath"
"time" "time"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcrpcclient" "github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
) )

View file

@ -10,8 +10,8 @@ import (
"path/filepath" "path/filepath"
"time" "time"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcrpcclient" "github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )

View file

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

View file

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

View file

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

View file

@ -9,8 +9,8 @@ import (
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
) )

View file

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