Adding the block number, finder, amount, and difficulty to the new block notification email
8 lines
275 B
Smarty
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>
|