Skip to content

Commit

Permalink
Merge PR #3461: GaiaCLI - refactor/fix --account and --index
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni authored and jackzampolin committed Feb 5, 2019
1 parent 5e35354 commit f5ada58
Show file tree
Hide file tree
Showing 19 changed files with 547 additions and 396 deletions.
6 changes: 0 additions & 6 deletions client/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ func GetPassword(prompt string, buf *bufio.Reader) (pass string, err error) {
return pass, nil
}

// GetSeed will request a seed phrase from stdin and trims off
// leading/trailing spaces
func GetSeed(prompt string, buf *bufio.Reader) (string, error) {
return GetString(prompt, buf)
}

// GetCheckPassword will prompt for a password twice to verify they
// match (for creating a new password).
// It enforces the password length. Only parses password once if
Expand Down
Loading

0 comments on commit f5ada58

Please sign in to comment.