Update fastsha256 import paths to new location.
This commit is contained in:
parent
c112c004cf
commit
6dcc6e5e66
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ import (
|
|||
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
"github.com/btcsuite/fastsha256"
|
||||
"github.com/conformal/btcec"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/fastsha256"
|
||||
)
|
||||
|
||||
// An opcode defines the information related to a btcscript opcode.
|
||||
|
|
Loading…
Reference in a new issue