mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-14 22:12:49 +00:00
near passkeys skip/warn modes & help tweak
This commit is contained in:
parent
42e4d3a5fc
commit
80e1bd0b47
5 changed files with 72 additions and 34 deletions
|
@ -102,7 +102,7 @@ initseed:
|
|||
pk[PUBLIC_LEN + 2] = 0x03;
|
||||
// full name
|
||||
strcpy(base32_to(&sname[direndpos],pk,PUBONION_LEN),".onion");
|
||||
onionready(sname,secret,pubonion.raw);
|
||||
onionready(sname,secret,pubonion.raw,0);
|
||||
pk[PUBLIC_LEN] = 0; // what is this for?
|
||||
// don't reuse same seed
|
||||
goto initseed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue