bitpay / bitcore-lib

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

calculate a more accurate fee based without rounding to the nearest kB #140

Open gmelika opened 7 years ago

gmelika commented 7 years ago

this is related to #101. As mentioned, bitcoin-core has stopped rounding to the nearest kB starting from 0.12. This pull requests brings bitcore-lib up to date with that.