diff --git a/apis/candidates.js b/apis/candidates.js index 9aa2e8a8..ffa079f8 100644 --- a/apis/candidates.js +++ b/apis/candidates.js @@ -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)