From fb7e81af57aa098c5331a9e621e1462df88e0cb5 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Tue, 22 Mar 2022 18:25:46 +0900 Subject: [PATCH] Add more verbose description for stats + i18n --- .../mining-dashboard/mining-dashboard.component.html | 5 ++++- .../components/reward-stats/reward-stats.component.html | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html index 659299d72..674d0bc44 100644 --- a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html +++ b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html @@ -4,7 +4,10 @@
-
Reward stats
+
+ Reward stats  + (144 blocks) +
diff --git a/frontend/src/app/components/reward-stats/reward-stats.component.html b/frontend/src/app/components/reward-stats/reward-stats.component.html index 3e7df438d..bd607ae34 100644 --- a/frontend/src/app/components/reward-stats/reward-stats.component.html +++ b/frontend/src/app/components/reward-stats/reward-stats.component.html @@ -3,15 +3,15 @@
Miners Reward
-
in the past 144 blocks
+
were rewarded to miners
Reward Per Tx
{{ rewardStats.rewardPerTx | amountShortener }} - sats/tx -
in the past 144 blocks
+ sats/tx +
miners reward / tx count
@@ -19,7 +19,7 @@
{{ rewardStats.feePerTx | amountShortener}} sats/tx -
in the past 144 blocks
+
were paid per tx