mempool template amended

This commit is contained in:
moneroexamples 2016-04-24 09:44:29 +08:00
parent 9e102ad401
commit edfe3ad53f
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<td>age [h:m:s]</td>
<td>transaction hash</td>
<td>fee</td>
<td>inputs/outputs</td>
<td>outputs</td>
<td>mixin</td>
<td>size [kB]</td>
</tr>
@ -17,7 +17,7 @@
<td>{{age}}</td>
<td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{fee}}</td>
<td>{{xmr_inputs}}/{{xmr_outputs}}</td>
<td>{{xmr_outputs}}</td>
<td>{{mixin}}</td>
<td>{{txsize}}</td>
</tr>