diff --git a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html index 75e821e9f..d009a5e63 100644 --- a/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html +++ b/frontend/src/app/components/acceleration/active-acceleration-box/active-acceleration-box.component.html @@ -1,8 +1,8 @@
Accelerated to | -+ | Accelerated to | +
@if (accelerationInfo?.acceleratedFeeRate && (!tx.effectiveFeePerVsize || accelerationInfo.acceleratedFeeRate >= tx.effectiveFeePerVsize)) {
|
-
-
-
+
+ |
+ @if (tx && (tx.acceleratedBy || accelerationInfo) && miningStats) {
+
+ } @else {
+
+
+
+ }
|
Accelerated by | -- {{ acceleratedByPercentage }} of hashrate + | Accelerated by | ++ {{ acceleratedByPercentage }} of hashrate |