From 353dd53cf41bdd8375722b8c7c00ad4781df4383 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Fri, 28 Dec 2018 14:18:21 +0000 Subject: [PATCH] follow new reward solution --- apis/candidates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)