Update fastsha256 import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 09:08:44 -06:00
parent c112c004cf
commit 6dcc6e5e66

View file

@ -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.