Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 15:18:22 -06:00
parent 6efda349da
commit 5c52f67b4f
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ import (
"testing"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// this file is present to export some internal interfaces so that we can

View file

@ -15,9 +15,9 @@ import (
"golang.org/x/crypto/ripemd160"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/fastsha256"
"github.com/conformal/btcec"
"github.com/conformal/btcwire"
)
// An opcode defines the information related to a btcscript opcode.

View file

@ -8,8 +8,8 @@ import (
"bytes"
"testing"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcscript"
"github.com/conformal/btcwire"
)
// test scripts to test as many opcodes as possible.

View file

@ -12,9 +12,9 @@ import (
"time"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcec"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"
)
var (

View file

@ -11,10 +11,10 @@ import (
"testing"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcec"
"github.com/conformal/btcnet"
"github.com/conformal/btcscript"
"github.com/conformal/btcwire"
)
func TestPushedData(t *testing.T) {