Use correct import path for btcec.

This commit is contained in:
Dave Collins 2013-06-13 15:18:58 -05:00
parent 1197770159
commit 2a8cf9f44f

View file

@ -11,11 +11,11 @@ import (
"crypto/sha1" "crypto/sha1"
"crypto/sha256" "crypto/sha256"
"fmt" "fmt"
"github.com/conformal/btcec"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
"hash" "hash"
"math/big" "math/big"
"opensource.conformal.com/go/btcd/btcec"
) )
// An opcode defines the information related to a btcscript opcode. // An opcode defines the information related to a btcscript opcode.