mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
put fee math on the proper var
This commit is contained in:
parent
6823995510
commit
7ed5ea843f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<header>
|
||||
<h3>Transaction Fee</h3>
|
||||
</header>
|
||||
<p>{% if tx_info.0.as_json_full.rct_signatures.txnFee / 1000000000000 %}{{ tx_info.0.as_json_full.rct_signatures.txnFee }} WOW{% else %}0 (mined){% endif %}</p>
|
||||
<p>{% if tx_info.0.as_json_full.rct_signatures.txnFee %}{{ tx_info.0.as_json_full.rct_signatures.txnFee / 1000000000000 }} WOW{% else %}0 (mined){% endif %}</p>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-6-medium col-12-small">
|
||||
|
|
Loading…
Reference in a new issue