Update fastsha256 import paths to new location.
This commit is contained in:
parent
f80c4d718d
commit
5dada8b184
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue