From 37e01c5e91eccb1df51cca777ec7e536a8256a19 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 31 Mar 2021 15:43:23 +0400 Subject: [PATCH] Always display one decimal on fee rate for consistency. --- .../src/app/components/transaction/transaction.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index e4a53a2cf..bf0f9a3c3 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -332,7 +332,7 @@ Fee rate - {{ tx.feePerVsize }} sat/vB + {{ tx.feePerVsize | number : '1.1-1' }} sat/vB