-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rename SecretKey::sk_r
to generate_note_sk
and StealthAddress::pk_r
to note_pk
#156
Comments
moCello
added a commit
that referenced
this issue
Apr 22, 2024
Also remove `StealthAddress::address` method since it is a duplicate of `StealthAddress.note_pk().as_ref()`. Resolves #156
moCello
added a commit
that referenced
this issue
Apr 22, 2024
Also remove `StealthAddress::address` method since it is a duplicate of `StealthAddress.note_pk().as_ref()`. Resolves #156
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Rename
SecretKey::sk_r
togenerate_note_sk
andStealthAddress::pk_r
tonote_pk
to make the methods more descriptive.The text was updated successfully, but these errors were encountered: