mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-21 11:37:58 +01:00
cmd: fix small typo in mnemonicCheck
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
11e7f47f01
commit
6aaf692049
@@ -1235,7 +1235,7 @@ mnemonicCheck:
|
||||
// want to use, we'll generate a fresh one with the GenSeed
|
||||
// command.
|
||||
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 " +
|
||||
"passphrase): ")
|
||||
aezeedPass1, err := terminal.ReadPassword(int(syscall.Stdin))
|
||||
|
||||
Reference in New Issue
Block a user