Fix misspelling

This commit is contained in:
Andrey Smirnov
2017-07-14 23:25:46 +03:00
parent 5e9515a912
commit 05a5e69483
2 changed files with 2 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ func (g *GoSigner) Init() error {
i++
}
// TODO: retry passphrase entry
fmt.Print("\nEnter passphrase: ")
var bytePassphrase []byte
bytePassphrase, err = terminal.ReadPassword(int(syscall.Stdin))