Update fastsha256 import paths to new location.
This commit is contained in:
parent
f7b4b5e71d
commit
04f692fbbb
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"golang.org/x/crypto/nacl/secretbox"
|
||||
"golang.org/x/crypto/scrypt"
|
||||
|
||||
"github.com/conformal/fastsha256"
|
||||
"github.com/btcsuite/fastsha256"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -22,9 +22,9 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/fastsha256"
|
||||
"github.com/conformal/btcwallet/walletdb"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/fastsha256"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue