hodgerpodger / staketaxcsv

python repo to create blockchain CSVs
MIT License
252 stars 119 forks source link

Fix fee of 0 with no fee_currrency #362

Closed nanonano closed 3 months ago

nanonano commented 3 months 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 months ago

Thanks!

nanonano commented 3 months ago

That was quick! :) Thanks