This commit is contained in:
Michael Ruminer 2017-11-13 14:06:53 +00:00 committed by GitHub
commit d7bd572994

View file

@ -291,6 +291,7 @@ func ambiguousAddrRecovery(ks *keystore.KeyStore, err *keystore.AmbiguousAddrErr
// accountCreate creates a new account into the keystore defined by the CLI flags.
func accountCreate(ctx *cli.Context) error {
// temporary comment for initial commit to build PR for ethereum/go-ethereum#15374
stack, _ := makeConfigNode(ctx)
password := getPassPhrase("Your new account is locked with a password. Please give a password. Do not forget this password.", true, 0, utils.MakePasswordList(ctx))