You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow the user to get a feel for how much money they will make per label, we should show the minimum payout per correct label on the task panels as well as the total sum.
This figure would be contract.funds / (taskInfo.numLabelsRequired * taskSize) using the current backend API.
The text was updated successfully, but these errors were encountered:
To allow the user to get a feel for how much money they will make per label, we should show the minimum payout per correct label on the task panels as well as the total sum.
This figure would be
contract.funds / (taskInfo.numLabelsRequired * taskSize)
using the current backend API.The text was updated successfully, but these errors were encountered: