Update fastsha256 import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 09:20:22 -06:00
parent f80c4d718d
commit 5dada8b184
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ import (
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcutil/coinset"
"github.com/btcsuite/fastsha256"
"github.com/conformal/btcwire"
"github.com/conformal/fastsha256"
)
type TestCoin struct {

View file

@ -9,7 +9,7 @@ import (
"golang.org/x/crypto/ripemd160"
"github.com/conformal/fastsha256"
"github.com/btcsuite/fastsha256"
)
// Calculate the hash of hasher over buf.