put fee math on the proper var

master
lza_menace 4 years ago
parent 6823995510
commit 7ed5ea843f

@ -32,7 +32,7 @@
<header> <header>
<h3>Transaction Fee</h3> <h3>Transaction Fee</h3>
</header> </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> </section>
</div> </div>
<div class="col-4 col-6-medium col-12-small"> <div class="col-4 col-6-medium col-12-small">