hodgerpodger / staketaxcsv

python repo to create blockchain CSVs
MIT License
245 stars 113 forks source link

Fix fee of 0 with no fee_currrency #362

Closed nanonano closed 3 weeks ago

nanonano commented 3 weeks ago

If a SPEND is for a tx fee, set the fee to empty not zero to be consistent with other transactions which don't have a fee.

hodgerpodger commented 3 weeks ago

Thanks!

nanonano commented 3 weeks ago

That was quick! :) Thanks