php-mpos/public/templates/mail/notifications/new_block.tpl
Andy Mornes 91a57903ce New Block Notification additions
Adding the block number, finder, amount, and difficulty to the new block
notification email
2014-02-12 00:18:00 -06:00

8 lines
275 B
Smarty

<html>
<p>Block Number {nocache}{$DATA.height}{/nocache} has been discovered by {nocache}{$DATA.finder}{/nocache} with a total value of {nocache}{$DATA.amount}{/nocache}! The current difficulty is {nocache}{$DATA.difficulty}{/nocache}.</p>
<body>
<br/>
<br/>
</body>
</html>