coffee-software / coffee.wallet

Blockchain wallet and portfolio.
GNU General Public License v3.0
11 stars 6 forks source link

refactor fee calculator for BTC/LTC/DOGE #57

Closed fsw closed 3 years ago

fsw commented 3 years ago

At the moment average transaction size is used to calculate fees. It might lead to low per byte fee for wallets with lots of small inputs etc. Instead wallet might use per byte value and calculate it live when transaction value changes.

fsw commented 3 years ago

will be released in 0.16