Use btcsuite vendored crypto repo.

This commit is contained in:
Josh Rickmar 2016-02-11 11:20:03 -05:00
parent 2808c4fe40
commit 2806a153df

View file

@ -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