From ff25b8ff1efbb8167aab2e10fc0226b993a96c00 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 10 Jul 2024 03:51:51 +0000 Subject: [PATCH] always show out-of-band block fees to 8 decimal places --- frontend/src/app/components/block/block.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 2ef18b9dc..4dd8c4474 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -411,7 +411,7 @@ - + {{ blockAudit.feeDelta < 0 ? '+' : '' }}{{ (-blockAudit.feeDelta * 100) | amountShortener: 2 }}%