Skip to content

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.

5 participants