From 2c1923897dd73ff227065ba05479f780675121b8 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 16 Jan 2015 09:05:26 -0600 Subject: [PATCH] Update fastsha256 import paths to new location. --- common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.go b/common.go index 792158ce..a8bdd9dc 100644 --- a/common.go +++ b/common.go @@ -11,7 +11,7 @@ import ( "io" "math" - "github.com/conformal/fastsha256" + "github.com/btcsuite/fastsha256" ) // Maximum payload size for a variable length integer.