diff --git a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl index 232a5ab0..37e6e6a8 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl @@ -7,6 +7,7 @@ User Name KH/s Ł/Day (est) + Usd/Day (est) @@ -19,6 +20,7 @@ {$CONTRIBHASHES[contrib].account} {$CONTRIBHASHES[contrib].hashrate|number_format} {$estday|number_format:"3"} + {$estday|number_format:"3"*$GLOBAL.price|default:"n/a"|number_format:"4"} {/section} {if $listed != 1} @@ -27,6 +29,7 @@ {$GLOBAL.userdata.username} {$GLOBAL.userdata.hashrate} {$estday|number_format:"3"} + {$estday|number_format:"3"*$GLOBAL.price|default:"n/a"|number_format:"4"} {/if}