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

Use the value receiver instead of the pointer receiver in Pubkey.Identity() #492

Merged

Conversation

Mdaiki0730
Copy link
Member

Description

Pubkey.Identity() use the value receiver instead of the pointer receiver.
This is recommended because it is used as a getter and not a large struct.

@Mdaiki0730 Mdaiki0730 added the C: enhancement Classification: New feature or its request, or improvement in maintainability of code label Nov 9, 2022
@Mdaiki0730 Mdaiki0730 self-assigned this Nov 9, 2022
@Mdaiki0730 Mdaiki0730 marked this pull request as draft November 9, 2022 10:38
@Mdaiki0730 Mdaiki0730 marked this pull request as ready for review November 9, 2022 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: enhancement Classification: New feature or its request, or improvement in maintainability of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants