From e8fc1e8522cb4c99e1b8189fb2149d6190c9aefe Mon Sep 17 00:00:00 2001 From: Mononaut Date: Thu, 15 Feb 2024 15:32:31 +0000 Subject: [PATCH] Always show estimated difficulty adjustment --- .../difficulty-mining/difficulty-mining.component.html | 5 +---- .../src/app/components/difficulty/difficulty.component.html | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/src/app/components/difficulty-mining/difficulty-mining.component.html b/frontend/src/app/components/difficulty-mining/difficulty-mining.component.html index eccddc3a6..215b5c68a 100644 --- a/frontend/src/app/components/difficulty-mining/difficulty-mining.component.html +++ b/frontend/src/app/components/difficulty-mining/difficulty-mining.component.html @@ -14,7 +14,7 @@
Estimate
-
+
@@ -24,9 +24,6 @@ {{ epochData.change | absolute | number: '1.2-2' }} %
- -
-
Previous: diff --git a/frontend/src/app/components/difficulty/difficulty.component.html b/frontend/src/app/components/difficulty/difficulty.component.html index f08ea06f5..8011c7e6f 100644 --- a/frontend/src/app/components/difficulty/difficulty.component.html +++ b/frontend/src/app/components/difficulty/difficulty.component.html @@ -42,7 +42,7 @@
Average block time
-
+
@@ -52,9 +52,6 @@ {{ epochData.change | absolute | number: '1.2-2' }} %
- -
-
Previous: