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
determineReward: gets the number of tokens for the winning party of a challenge (Applicant or Challenger, not Voter)
How about challengeWinnerReward? (same implementation as the now deprecated #10)
claimReward: only deals with Voter.
How about claimVoterReward? (same implementation as the now deprecated #10)
tokenClaims: sounds like it would return true if a voter has claim to some tokens. however the opposite is true. (clearly i was confused in Semantic improvements #9)
How about voterClaimedReward?
The text was updated successfully, but these errors were encountered:
determineReward
: gets the number of tokens for the winning party of a challenge (Applicant or Challenger, not Voter)How about
challengeWinnerReward
? (same implementation as the now deprecated #10)claimReward
: only deals with Voter.How about
claimVoterReward
? (same implementation as the now deprecated #10)tokenClaims
: sounds like it would returntrue
if a voter has claim to some tokens. however the opposite is true. (clearly i was confused in Semantic improvements #9)How about
voterClaimedReward
?The text was updated successfully, but these errors were encountered: