Merge pull request #1356 from TheSerapher/issue-1354

[CLEANUP] Missed two values
This commit is contained in:
Sebastian Grewe 2014-01-11 04:13:40 -08:00
commit 93dd7c92a6

View File

@ -3,11 +3,11 @@
</tr>
<tr>
<td><b>Difficulty</b></td>
<td id="b-diff" class="right">{$NETWORK.difficulty}</td>
<td id="b-diff" class="right">{$NETWORK.difficulty|number_format:"8"}</td>
</tr>
<tr>
<td><b>Est Next Difficulty</b></td>
<td id="b-nextdiff" class="right">{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</td>
<td id="b-nextdiff" class="right">{$NETWORK.EstNextDifficulty|numer_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</td>
</tr>
<tr>
<td><b>Est. Avg. Time per Block</b></td>