bitpay / bitcore-lib

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

Buffer util uses global Buffer instead of import #223

Open micimize opened 6 years ago

micimize commented 6 years ago

There are a few places in the Buffer util where Buffer is used instead of buffer.Buffer. breaking builds that depend on the shim (react-native in my case)