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

Implement __hash__ for PublicKey #202

Merged
merged 1 commit into from
Mar 6, 2022
Merged

Conversation

cherryman
Copy link
Contributor

Closes #173.

@codecov
Copy link

codecov bot commented Mar 6, 2022

Codecov Report

Merging #202 (95f5507) into master (73f43f4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #202   +/-   ##
=======================================
  Coverage   91.39%   91.39%           
=======================================
  Files          41       41           
  Lines        2765     2767    +2     
=======================================
+ Hits         2527     2529    +2     
  Misses        238      238           

Copy link
Owner

@michaelhly michaelhly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@michaelhly michaelhly merged commit d7a9d97 into michaelhly:master Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__hash__ on PublicKey and Keypair
2 participants