From d9226d5a036b2d64b666f2fa7fee255d6bd014cc Mon Sep 17 00:00:00 2001 From: manicprogrammer Date: Thu, 26 Oct 2017 10:58:17 -0400 Subject: [PATCH] cmd/geth: initial commit for early PR temporary comment for initial commit to build PR for ethereum/go-ethereum#15374 --- cmd/geth/accountcmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/geth/accountcmd.go b/cmd/geth/accountcmd.go index 0f53c92b0a..372663b74c 100644 --- a/cmd/geth/accountcmd.go +++ b/cmd/geth/accountcmd.go @@ -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))