bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
611 stars 1.03k forks source link

Fixed issue: ripemd160 is not supported (we accept pull requests) #178

Closed DalderupMaurice closed 6 years ago

DalderupMaurice commented 6 years ago

Fixed issue: ripemd160 is not supported (we accept pull requests). This issue was caused for me when using eth-lightwallet. Due to the refactoring of ripemd160 to rmd160, this error occurred.

DalderupMaurice commented 6 years ago

Apparently duplicated of #95

DalderupMaurice commented 6 years ago

Fixing this issue is done by updating: node-libs-browser (npm i node-libs-browser) This package pulled in an old version of createHash within crypto-browserify.