mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
Merge 4c095e5035 into fade09a7ff
This commit is contained in:
commit
9165dda493
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ func unlockAccount(ctx *cli.Context, ks *keystore.KeyStore, address string, i in
|
||||||
return accounts.Account{}, ""
|
return accounts.Account{}, ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// getPassPhrase retrieves the passwor associated with an account, either fetched
|
// getPassPhrase retrieves the password associated with an account, either fetched
|
||||||
// from a list of preloaded passphrases, or requested interactively from the user.
|
// from a list of preloaded passphrases, or requested interactively from the user.
|
||||||
func getPassPhrase(prompt string, confirmation bool, i int, passwords []string) string {
|
func getPassPhrase(prompt string, confirmation bool, i int, passwords []string) string {
|
||||||
// If a list of passwords was supplied, retrieve from them
|
// If a list of passwords was supplied, retrieve from them
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue