mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Use correct import path for btcec.
This commit is contained in:
parent
1197770159
commit
2a8cf9f44f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user