@if (error) {
} @else if (step === 'cta') {

Accelerate your Bitcoin transaction?

Your transaction will be prioritized by up to {{ etaInfo.hashratePercentage | number : '1.1-1' }}% of miners.
} @else if (step === 'paymentMethod') {

Select your payment method

@if (cashappEnabled) { }
} @else if (step === 'checkout') {

Confirm your payment

Payment to mempool.space for acceleration of txid {{ tx.txid.substr(0, 10) }}..{{ tx.txid.substr(-10) }}
@if (paymentMethod === 'cashapp') { @if (!loadingCashapp) {
Total additional cost
Pay with
}
@if (loadingCashapp) {
Loading payment method...
}
} @else if (paymentMethod === 'btcpay' && invoice?.btcpayInvoiceId) { }
Changed your mind?
} @else if (step === 'processing') {

Confirming your payment

We are processing your payment...
}