remove block confirm notice for pps

This commit is contained in:
Sebastian Grewe 2013-06-28 20:32:18 +02:00
parent 7b0ae8d86e
commit 9e59f99230
2 changed files with 4 additions and 0 deletions

View File

@ -67,7 +67,9 @@ target and network difficulty and assuming a zero variance scenario.
</tbody>
</table>
</center>
{if $GLOBAL.config.payout_system != 'pps'}
<ul>
<li>Note: <font color="orange">Round Earnings are not credited until {$GLOBAL.confirmations} confirms.</font></li>
</ul>
{if}
{include file="global/block_footer.tpl"}

View File

@ -22,7 +22,9 @@
</tbody>
</table>
</center>
{if $GLOBAL.config.payout_system != 'pps'}
<ul>
<li>Note: <font color="orange">Round Earnings are not credited until {$GLOBAL.confirmations} confirms.</font></li>
</ul>
{/if}
{include file="global/block_footer.tpl"}