fix atomic unit representation

This commit is contained in:
lza_menace 2021-04-01 13:31:01 -07:00
parent 238d6073fd
commit 8c760ef528
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
<tr>
<td>{{ tx.receive_time | date(format="%Y-%m-%d %H:%M") }}</td>
<td><a href="/transaction/{{ tx.id_hash }}">{{ tx.id_hash | truncate(length=8) }}</a></td>
<td>{{ tx.fee / 100000000000 }} WOW</td>
<td>{{ tx.fee / 10000000000 }} WOW</td>
<td>{{ tx.tx_json_full.vin | length }} / {{ tx.tx_json_full.vout | length }}</td>
<td>{{ tx.tx_json_full.vin.0.key.key_offsets | length }}</td>
</tr>