From b4b2ff2218a5baf8da4aacd954d8833e2eab1986 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 30 Sep 2013 13:39:55 +0200 Subject: [PATCH] [FIX] Display worker difficulty --- public/templates/test/account/workers/default.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/templates/test/account/workers/default.tpl b/public/templates/test/account/workers/default.tpl index 8fb58b37..39c61776 100644 --- a/public/templates/test/account/workers/default.tpl +++ b/public/templates/test/account/workers/default.tpl @@ -37,6 +37,7 @@ Active {if $GLOBAL.config.disable_notifications != 1}Monitor{/if} Khash/s + Difficulty Action @@ -59,6 +60,7 @@ {/if} {$WORKERS[worker].hashrate|number_format} + {$WORKERS[worker].difficulty|number_format:"2"} {/section}