unlock_time removed from template

master
moneroexamples 9 years ago
parent 6b70e23da9
commit e9dcc0fc42

@ -41,7 +41,7 @@
<td>fee</td> <td>fee</td>
<td>mixin no</td> <td>mixin no</td>
<td>size [kB]</td> <td>size [kB]</td>
<td>unlock time</td> <td>version</td>
</tr> </tr>
{{#blk_txs}} {{#blk_txs}}
<tr> <tr>
@ -50,7 +50,7 @@
<td>{{tx_fee}}</td> <td>{{tx_fee}}</td>
<td>{{mixin}}</td> <td>{{mixin}}</td>
<td>{{tx_size}}</td> <td>{{tx_size}}</td>
<td>{{unlock_time}}</td> <td>{{version}}</td>
</tr> </tr>
{{/blk_txs}} {{/blk_txs}}

Loading…
Cancel
Save