From 16a70c0afac1c4752bb5ffcf5097dd0241a41725 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 3 Jul 2020 09:03:13 -0700 Subject: [PATCH] fix tx fee on transaction page --- 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 365ccf1..e3e8ed4 100644 --- a/templates/transaction.html.tera +++ b/templates/transaction.html.tera @@ -32,7 +32,7 @@

Transaction Fee

-

{{ tx_info.0.as_json_full.rct_signatures.txnFee | default(value="?") }} WOW

+

{{ tx_info.0.as_json_full.rct_signatures.txnFee / 1000000000000 | default(value="?") }} WOW