threshold-network / merkle-distribution

Threshold Network rewards generation and distribution
https://threshold.network
1 stars 6 forks source link

Add git pull execution to claim_rewards task #84

Closed manumonti closed 11 months ago

manumonti commented 11 months ago

When users wants to claim the rewards, they must have the last Merkle distribution downloaded in their local system. This can be made by running git pull command. If they forget to run the command before running the claim_rewards task, and they don't have an updated version of the repository, the task will fail.

From now on, git pull will be automatically executed in the repository every time the claim_rewards task is run.

This make easier the claim process to the users since they don't have to do manually git pull every time a new rewards distribution is released.