Dont calculate fee for conaibase txs

This commit is contained in:
moneroexamples 2016-05-06 01:02:17 +00:00
parent 189809831a
commit d1bd855e95
1 changed files with 3 additions and 2 deletions

View File

@ -32,9 +32,10 @@
<td>Fee: {{tx_fee}}</td> <td>Fee: {{tx_fee}}</td>
<td>Tx size: {{tx_size}} kB</td> <td>Tx size: {{tx_size}} kB</td>
</tr> </tr>
<tr> <!-- <tr>
<td colspan="5">Extra: {{extra}}</td> <td colspan="5">Extra: {{extra}}</td>
</tr> </tr>
-->
</table> </table>