Use correct import path for btcec.
This commit is contained in:
parent
1197770159
commit
2a8cf9f44f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue