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

Fix comment: pubkey => pubHash #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix comment: pubkey => pubHash #70

wants to merge 1 commit into from

Conversation

johnta0
Copy link

@johnta0 johnta0 commented Sep 21, 2018

Minor comment fix.

  // get the ripemd160 hash of the pubkey
  var pubRipe = crypto.createHash('rmd160').update(pubHash).digest();

Thw comment is technically not correct. So I fixed it to be:

  // get the ripemd160 hash of the pubHash
  var pubRipe = crypto.createHash('rmd160').update(pubHash).digest();

Copy link

@benihana1983 benihana1983 left a comment

Choose a reason for hiding this comment

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

What do you think?

@martindale
Copy link
Contributor

Not sure when or why my permissions were removed, but this looks good to me.

@benihana1983
Copy link

benihana1983 commented Sep 30, 2019 via email

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.

None yet

4 participants