cmd: fix small typo in mnemonicCheck
This commit is contained in:
parent
11e7f47f01
commit
6aaf692049
@ -1235,7 +1235,7 @@ mnemonicCheck:
|
|||||||
// want to use, we'll generate a fresh one with the GenSeed
|
// want to use, we'll generate a fresh one with the GenSeed
|
||||||
// command.
|
// command.
|
||||||
fmt.Println("Your cipher seed can optionally be encrypted.")
|
fmt.Println("Your cipher seed can optionally be encrypted.")
|
||||||
fmt.Printf("Input your passphrase you wish to encrypt it " +
|
fmt.Printf("Input your passphrase if you wish to encrypt it " +
|
||||||
"(or press enter to proceed without a cipher seed " +
|
"(or press enter to proceed without a cipher seed " +
|
||||||
"passphrase): ")
|
"passphrase): ")
|
||||||
aezeedPass1, err := terminal.ReadPassword(int(syscall.Stdin))
|
aezeedPass1, err := terminal.ReadPassword(int(syscall.Stdin))
|
||||||
|
Loading…
Reference in New Issue
Block a user