diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index e8b3c1b1b..d8f9d3d88 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -21,7 +21,7 @@
-
-
You are currently on the waitlist for Mempool Accelerator™
-
- @if (showDetails) {
Your transaction
@@ -105,7 +101,7 @@ - @if (isLoggedIn()) { + @if (hasAccessToBalanceMode) { Next block market rate @@ -180,7 +176,7 @@ - + Estimated acceleration cost ~{{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB @@ -201,7 +197,7 @@ - @if (isLoggedIn()) { + @if (hasAccessToBalanceMode) { Maximum acceleration cost } @else { Acceleration cost @@ -215,14 +211,14 @@ sats - + - + Available balance @@ -276,10 +272,6 @@
} -
-
You are currently on the waitlist for Mempool Accelerator™
-
- @if (!advancedEnabled) {
@@ -530,7 +522,7 @@ Accelerate to ~{{ x | number : '1.0-0' }} sat/vB - @if (isLoggedIn() || canPayWithBitcoin || canPayWithCashapp) { + @if (canPayWithBalance || canPayWithBitcoin || canPayWithCashapp) {