Skip to content

Commit

Permalink
candidate api
Browse files Browse the repository at this point in the history
  • Loading branch information
TI-ZA committed Apr 30, 2020
1 parent bbc6a2b commit 98c3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ const requestListOfCandidateVotes = () => {
if (address !== undefined) {
candidateVoteListStatus = 'Loading Votes, Please Wait';

const txUrl = `${getRestService()}/api/v1/dpos/address/${address}?pageSize=5000&pageNum=1`;
const txUrl = `${getRestService()}/api/v1/dpos/address/${address}?pageSize=1&pageNum=1`;
// mainConsole.log('requestListOfCandidateVotes', txUrl);

renderApp();
Expand Down

0 comments on commit 98c3e8a

Please sign in to comment.