Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thenewinquiry/bailbloc
Browse files Browse the repository at this point in the history
  • Loading branch information
antiboredom committed Feb 8, 2018
2 parents 2d93b3a + f593de7 commit 5c727fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/stats-p5.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ function pullDataFromThisMoment() {
// console.log(stats);

// want # of workers to be up to the minute
var numWorkers = Object.keys(stats[0].miners).length - 1;
var numWorkers = stats[0].n_miners;
$("#numWorkers").text(numWorkers);

exchangeRate = stats[0].ticker.price;
Expand Down

0 comments on commit 5c727fe

Please sign in to comment.