Skip to content

Commit

Permalink
fixed refresh button to pull candidates.
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Apr 29, 2020
1 parent bb8d653 commit f84e590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ const refreshBlockchainData = () => {
requestUnspentTransactionOutputs();
requestBlockchainState();
CoinGecko.requestPriceData();
requestListOfProducers();
requestListOfCandidateVotes();
renderApp();
};

Expand Down

0 comments on commit f84e590

Please sign in to comment.