From 7ed5ea843fd2bb04341e88d1a604c486ee6755a2 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sun, 5 Jul 2020 00:22:07 -0700 Subject: [PATCH] put fee math on the proper var --- templates/transaction.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/transaction.html.tera b/templates/transaction.html.tera index b79752a..619150a 100644 --- a/templates/transaction.html.tera +++ b/templates/transaction.html.tera @@ -32,7 +32,7 @@

Transaction Fee

-

{% 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 %}

+

{% 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 %}