tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

When running with switch -P tzkt no validation of payments is done #697

Closed ericlavoie closed 3 weeks ago

ericlavoie commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

Running TRD with switch -P tzkt When payment is done, the processing that validates payments does not work, I get a status unknown in telegram admin message, here is the exact text:

Reward Payouts for Cycle 702 attempted, 273 injected but final state not known

The work around is simply not to use -P tzkt, since it defaults to it anyway. The validation occurs when the switch is not set, it gets verified and the admin message from Telegram is:

Reward Payouts for Cycle 701 Completed Successfully!

And the payment files do not get filled with the final status.

ericlavoie commented 3 weeks ago

With the latest code base, this issue seems to be fixed.