mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
fix atomic unit representation
This commit is contained in:
parent
238d6073fd
commit
8c760ef528
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue