Update fastsha256 import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 09:05:26 -06:00
parent a9183f688f
commit 2c1923897d

View file

@ -11,7 +11,7 @@ import (
"io" "io"
"math" "math"
"github.com/conformal/fastsha256" "github.com/btcsuite/fastsha256"
) )
// Maximum payload size for a variable length integer. // Maximum payload size for a variable length integer.