From 6dcc6e5e66ec6a345b59bc8f2262254c106ec7e2 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 09:08:44 -0600 Subject: [PATCH] Update fastsha256 import paths to new location. --- opcode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcode.go b/opcode.go index 053d268e..be1a36ce 100644 --- a/opcode.go +++ b/opcode.go @@ -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.