Use btcsuite vendored crypto repo.
This commit is contained in:
parent
2808c4fe40
commit
2806a153df
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"golang.org/x/crypto/ssh/terminal"
|
|
||||||
|
|
||||||
"github.com/btcsuite/btcutil/hdkeychain"
|
"github.com/btcsuite/btcutil/hdkeychain"
|
||||||
"github.com/btcsuite/btcwallet/internal/legacy/keystore"
|
"github.com/btcsuite/btcwallet/internal/legacy/keystore"
|
||||||
|
"github.com/btcsuite/golangcrypto/ssh/terminal"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ProvideSeed is used to prompt for the wallet seed which maybe required during
|
// ProvideSeed is used to prompt for the wallet seed which maybe required during
|
||||||
|
|
Loading…
Reference in a new issue