fix tx fee on transaction page

This commit is contained in:
lza_menace 2020-07-03 09:03:13 -07:00
parent b7f30f880e
commit 16a70c0afa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<header>
<h3>Transaction Fee</h3>
</header>
<p>{{ tx_info.0.as_json_full.rct_signatures.txnFee | default(value="?") }} WOW</p>
<p>{{ tx_info.0.as_json_full.rct_signatures.txnFee / 1000000000000 | default(value="?") }} WOW</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">