diff --git a/web/explorer/explorer-server/templates/pages/transaction.html b/web/explorer/explorer-server/templates/pages/transaction.html --- a/web/explorer/explorer-server/templates/pages/transaction.html +++ b/web/explorer/explorer-server/templates/pages/transaction.html @@ -120,6 +120,15 @@
{{ timestamp|human_time }}
+
+
Final
+
+ {% match tx.block %}{% when Some with (block) %}{% if + block.is_final %}Yes{% else %}No{% endif %}{% when None + %}No{% endmatch %} +
+
+
Block