diff --git a/public/templates/mobile/statistics/pool/general_stats.tpl b/public/templates/mobile/statistics/pool/general_stats.tpl index 2f25a4a4..b0ef0e17 100644 --- a/public/templates/mobile/statistics/pool/general_stats.tpl +++ b/public/templates/mobile/statistics/pool/general_stats.tpl @@ -30,11 +30,19 @@ {if ! $GLOBAL.website.chaininfo.disabled} Current Difficulty - {$DIFFICULTY} + {$DIFFICULTY} + + + Est. Next Difficulty + {$NETWORK.EstNextDifficulty} {/if} - Est. Avg. Time per Round + Est. Avg. Time per Round (Network) + {$NETWORK.ExpectedTimePerBlock|seconds_to_words} + + + Est. Avg. Time per Round (Pool) {$ESTTIME|seconds_to_words}