From 05bea21cc827d5f2e0796c09f1dabf7f45769247 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 29 Sep 2020 15:07:04 +0700 Subject: [PATCH] Fix: Weight per second should be vBytes per second. --- frontend/src/app/components/footer/footer.component.html | 2 +- .../src/app/components/statistics/statistics.component.html | 4 ++-- frontend/src/app/dashboard/dashboard.component.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/footer/footer.component.html b/frontend/src/app/components/footer/footer.component.html index a4b46fba5..0069d218f 100644 --- a/frontend/src/app/components/footer/footer.component.html +++ b/frontend/src/app/components/footer/footer.component.html @@ -2,7 +2,7 @@
- Tx weight per second: + Tx vBytes per second:  Backend is synchronizing diff --git a/frontend/src/app/components/statistics/statistics.component.html b/frontend/src/app/components/statistics/statistics.component.html index d0d3de6b5..1e634e60f 100644 --- a/frontend/src/app/components/statistics/statistics.component.html +++ b/frontend/src/app/components/statistics/statistics.component.html @@ -13,7 +13,7 @@
- Mempool by vbytes (satoshis/vbyte) + Mempool by vBytes (sat/vByte)
@@ -53,7 +53,7 @@
- Transactions weight per second (vBytes/s)
+ Transaction vBytes per second (vB/s)
-
Tx weight per second
+
Tx vBytes per second
 Backend is synchronizing