Don't create 'Account 1'

This commit is contained in:
Jarvis Carroll 2025-08-28 10:36:04 +10:00
parent f92c5fbde0
commit 493290a998

View File

@ -394,8 +394,6 @@ wiz_noob_assist(State = #s{j = J, wiz = {Wiz, _}}) ->
Path = filename:join(DefaultDir, Name), Path = filename:join(DefaultDir, Name),
case do_new2(Path, J, Wiz) of case do_new2(Path, J, Wiz) of
ok -> ok ->
Label = J("Account 1"),
ok = gd_con:make_key({eddsa, ed25519}, 256, Label, <<>>, none, {sha3, 256}),
ok = do_close(State), ok = do_close(State),
State; State;
abort -> abort ->