Skip to content

Commit

Permalink
follow new reward solution
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Dec 28, 2018
1 parent 6607509 commit 353dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/candidates.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ router.get('/:candidate/:owner/getRewards', async function (req, res, next) {
address: candidate,
limit,
owner: owner,
reason: 'MasterNode'
reason: 'Voter'
}
)
return res.json(rewards.data)
Expand Down

0 comments on commit 353dd53

Please sign in to comment.