From 8c760ef528e1aa049d9f8ceafacf97e4570a5910 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 1 Apr 2021 13:31:01 -0700 Subject: [PATCH] fix atomic unit representation --- templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 2a94147..adb7d9e 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -112,7 +112,7 @@ {{ tx.receive_time | date(format="%Y-%m-%d %H:%M") }} {{ tx.id_hash | truncate(length=8) }} - {{ tx.fee / 100000000000 }} WOW + {{ tx.fee / 10000000000 }} WOW {{ tx.tx_json_full.vin | length }} / {{ tx.tx_json_full.vout | length }} {{ tx.tx_json_full.vin.0.key.key_offsets | length }}