Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove temp non-null assertion operator #209

Open
dapplion opened this issue Oct 27, 2022 · 0 comments
Open

Remove temp non-null assertion operator #209

dapplion opened this issue Oct 27, 2022 · 0 comments
Assignees
Labels
good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. prio-low

Comments

@dapplion
Copy link
Contributor

dapplion commented Oct 27, 2022

Added in c9d98ec

return createKeypair(KeypairType[pub.Type!] as KeypairType, toBuffer(priv.Data!), toBuffer(pub.Data!));
} else {
return createKeypair(KeypairType[pub.Type!] as KeypairType, undefined, toBuffer(pub.Data!));

@philknows philknows added meta-good-first-issue prio-low good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. and removed meta-good-first-issue labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. prio-low
Projects
None yet
Development

No branches or pull requests

3 participants