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 7f4d88688..2869d02ae 100644 --- a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html +++ b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html @@ -74,7 +74,7 @@
Next block market rate @@ -121,32 +113,6 @@ | ||
- Your maximum - | -- ~{{ ((estimate.txSummary.effectiveFee + userBid) / estimate.txSummary.effectiveVsize) | number : '1.0-0' }} - | -sat/vB | -
- The maximum extra transaction fee you could pay - | -- - {{ userBid | number }} - - | -
- sats
- |
-
Transaction vsize fee | @@ -180,8 +146,8 @@||
Estimated acceleration cost | @@ -195,7 +161,7 @@||
If your tx is accelerated to {{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB | @@ -203,7 +169,7 @@ -||
Maximum acceleration cost diff --git a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.ts b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.ts index 933ee6149..7215f9bfb 100644 --- a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.ts +++ b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.ts @@ -56,7 +56,6 @@ export class AcceleratePreviewComponent implements OnInit, OnDestroy, OnChanges maxCost = 0; userBid = 0; selectFeeRateIndex = 1; - showTable: 'estimated' | 'maximum' = 'maximum'; isMobile: boolean = window.innerWidth <= 767.98; maxRateOptions: RateOption[] = []; |