bitcore-lib icon indicating copy to clipboard operation
bitcore-lib copied to clipboard

improve Transaction._estimateFee() precision

Open lpinca opened this issue 6 years ago • 0 comments

Use the binary interpretation of kilobyte (1024 bytes) and return the correct amount of satoshis.

With default parameters and a transaction size of 1024 bytes I expect a fee of 10000 satoshis. The actual result is currently 20000 satoshis.

lpinca avatar Dec 17 '18 17:12 lpinca