[FIX] Better version
This commit is contained in:
parent
e9c780f2ee
commit
2675a9573f
@ -5,10 +5,8 @@
|
||||
<td colspan="2">
|
||||
{if $GLOBAL.userdata.no_fees}
|
||||
You are mining without any pool fees applied and
|
||||
{else if $GLOBAL.fees > 0 && $GLOBAL.fees < 0.0001}
|
||||
You are mining at <font color="orange">{$GLOBAL.fees|escape|number_format:"8"}%</font> pool fee and
|
||||
{else if $GLOBAL.fees > 0}
|
||||
You are mining at <font color="orange">{$GLOBAL.fees|escape}%</font> pool fee and
|
||||
You are mining at <font color="orange">{if $GLOBAL.fees < 0.0001}{$GLOBAL.fees|escape|number_format:"8"}{else}{$GLOBAL.fees|escape}{/if}%</font> pool fee and
|
||||
{else}
|
||||
This pool does not apply fees and
|
||||
{/if}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user