IMPORTANT NOTICE:
I read and understood the guidelines for contributions to the TRD. The contribution may qualify for being compensated by the TRD grant if approved by the maintainers.
It turns out, there are other reasons for adjusted_amount to be zero
(such as a payout redirect). The code handles it later. The positive
check affects this and results in unexpected description of the payout
in csv file. Consequently I am removing this >0 check.
Fixed a bug in the validation of args for not existing objects
name: Feature/transaction fee report
IMPORTANT NOTICE: I read and understood the guidelines for contributions to the TRD. The contribution may qualify for being compensated by the TRD grant if approved by the maintainers.
fix "not in payment log" status in calculation When adding https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/pull/540 (advanced early payout) I made an assumption that "payable" should be set to false if the adjustment is bigger than the payout, resulting in an adjusted amount of 0.
It turns out, there are other reasons for adjusted_amount to be zero (such as a payout redirect). The code handles it later. The positive check affects this and results in unexpected description of the payout in csv file. Consequently I am removing this >0 check.