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/sha256"
"fmt"
"github.com/conformal/btcec"
"github.com/conformal/btcwire"
"github.com/davecgh/go-spew/spew"
"hash"
"math/big"
"opensource.conformal.com/go/btcd/btcec"
)
// An opcode defines the information related to a btcscript opcode.