mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
fix tx fee on transaction page
This commit is contained in:
parent
b7f30f880e
commit
16a70c0afa
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue