bitauth
bitauth copied to clipboard
Fix comment: pubkey => pubHash
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();
Not sure when or why my permissions were removed, but this looks good to me.
I'll check it out in a minute I didn't remove your permissions so you should still be able to have access to it I'll check it out myself and see what's going on. If you see anything out of place just let me know
Thank you,
Benihana1983
On Mon, Sep 30, 2019, 2:27 PM Eric Martindale [email protected] wrote:
Not sure when or why my permissions were removed, but this looks good to me.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bitpay/bitauth/pull/70?email_source=notifications&email_token=ANKIEQZYRROG5X2FZQGSROLQMJAHVA5CNFSM4FWN4GEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD76TZCQ#issuecomment-536689802, or mute the thread https://github.com/notifications/unsubscribe-auth/ANKIEQ53LSTBTQKXFEWDRCDQMJAHVANCNFSM4FWN4GEA .