cmd/geth: initial commit for early PR

temporary comment for initial commit to build PR for ethereum/go-ethereum#15374
This commit is contained in:
manicprogrammer 2017-10-26 10:58:17 -04:00
parent 0095531a58
commit d9226d5a03

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