From e388410e349eb98dad8d6f0952b1acbf36e62558 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 16 Apr 2024 18:50:40 +0000 Subject: [PATCH] Re-add accelerate button on deep mempool txs --- .../src/app/components/transaction/transaction.component.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index fcc8c3cae..bc576a128 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -534,6 +534,9 @@ } @else if (this.mempoolPosition.block >= 7) { In several hours (or more) + @if (!tx?.acceleration && acceleratorAvailable && accelerateCtaType === 'button') { + Accelerate + } } @else if (network === 'liquid' || network === 'liquidtestnet') {