Skip to content

Commit

Permalink
Merge pull request #426 from thanhson1085/master
Browse files Browse the repository at this point in the history
follow new reward solution
  • Loading branch information
thanhson1085 committed Dec 28, 2018
2 parents 6607509 + 353dd53 commit d7db7d3
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 d7db7d3

Please sign in to comment.