You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// accountCreate creates a new account into the keystore defined by the CLI flags.
262
-
funcaccountCreate(ctx*cli.Context) {
263
+
funcaccountCreate(ctx*cli.Context) error{
263
264
accman:=utils.MakeAccountManager(ctx)
264
265
password:=getPassPhrase("Your new account is locked with a password. Please give a password. Do not forget this password.", true, 0, utils.MakePasswordList(ctx))
0 commit comments