commit
78ef1e759c
@ -6,7 +6,7 @@
|
|||||||
{if $GLOBAL.userdata.no_fees}
|
{if $GLOBAL.userdata.no_fees}
|
||||||
You are mining without any pool fees applied and
|
You are mining without any pool fees applied and
|
||||||
{else if $GLOBAL.fees > 0}
|
{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}
|
{else}
|
||||||
This pool does not apply fees and
|
This pool does not apply fees and
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user