Skip to content

Commit

Permalink
Changing time to 120 (#167)
Browse files Browse the repository at this point in the history
time was at 60, should be 120. 
this is to address issue #166
  • Loading branch information
QuinnMallorry authored and zone117x committed Jul 6, 2017
1 parent 600f856 commit 69ef576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_example/pages/home.html
Expand Up @@ -197,7 +197,7 @@ <h4 class="yourStats">Payments</h4>

$('#networkLastBlockFound').timeago('update', new Date(lastStats.network.timestamp * 1000).toISOString());

updateText('networkHashrate', getReadableHashRateString(lastStats.network.difficulty / 60) + '/sec');
updateText('networkHashrate', getReadableHashRateString(lastStats.network.difficulty / 120) + '/sec');
updateText('networkDifficulty', lastStats.network.difficulty.toString());
updateText('blockchainHeight', lastStats.network.height.toString());
updateText('networkLastReward', getReadableCoins(lastStats.network.reward, 4));
Expand Down

0 comments on commit 69ef576

Please sign in to comment.