Don't show miner blocks as having 1 input

It's a generated output, the "vin" element is just a filler rather than
an actual input.
This commit is contained in:
Jason Rhinelander 2020-09-11 17:43:17 -03:00
parent 684c600803
commit b78b8740cd
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<td><a href="/tx/{{b.miner_tx_hash}}">{{b.miner_tx_hash}}</a></td>
<td>{{fee.display(b.txs[0])}}</td>
<td>{{b.reward | loki(tag=False, fixed=True, decimals=2)}}</td>
<td>{{b.txs[0].info.vin | length}}/{{b.txs[0].info.vout | length}}</td>
<td>0/{{b.txs[0].info.vout | length}}</td>
<td>{{b.txs[0].size | si}}</td>
</tr>
{% for tx in b.txs[1:] %}