// accountCreate creates a new account into the keystore defined by the CLI flags.
funcaccountCreate(ctx*cli.Context){
funcaccountCreate(ctx*cli.Context)error{
accman:=utils.MakeAccountManager(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))