diff --git a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html index 637eaee1d..9851b9bd0 100644 --- a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html +++ b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html @@ -14,7 +14,6 @@ -@if (!processingPayment) {
Boost rate | -- {{ maxRateOptions[selectFeeRateIndex].rate | number : '1.0-0' }} - | -sat/vB | -
- Boost fee - | -- {{ maxRateOptions[selectFeeRateIndex].fee | number }} - | -
- sats
- |
-
Next block market rate | -- {{ estimate.targetFeeRate | number : '1.0-0' }} - | -sat/vB | -
- Estimated extra fee required - | -- {{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }} - | -
- sats
- |
-
Next block market rate | ++ {{ estimate.targetFeeRate | number : '1.0-0' }} + | +sat/vB | +
+ Estimated extra fee required + | ++ {{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }} + | +
+ sats
+ |
+
- Total cost - | -- - {{ maxCost | number }} - - | -
- sats
-
- |
-
- Estimated acceleration cost - | -- - {{ estimate.cost + estimate.mempoolBaseFee + estimate.vsizeFee | number }} - - | -
- sats
- |
-
- |
- ||
- Maximum acceleration cost - | -- - {{ maxCost | number }} - - | -
- sats
-
- |
-
- |
- ||
+ Estimated acceleration cost + | ++ + {{ estimate.cost + estimate.mempoolBaseFee + estimate.vsizeFee | number }} + + | +
+ sats
+ |
+
+ |
+ ||
+ Maximum acceleration cost + | ++ + {{ maxCost | number }} + + | +
+ sats
+
+ |
+
+ |
+ ||
@@ -279,25 +230,13 @@ - |