Special 'import' wizard #27

Open
spivee wants to merge 3 commits from wizard2 into master
Showing only changes of commit 493290a998 - Show all commits

View File

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