From 5e8b5e75d8251773d462920adab329c0ee581eda Mon Sep 17 00:00:00 2001 From: natsoni Date: Sat, 13 Jul 2024 17:31:49 +0900 Subject: [PATCH] Fix accelerated fee update logic --- .../src/app/components/transaction/transaction.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index e9b2d8f19..22916b242 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -640,9 +640,7 @@
@if (accelerationInfo?.acceleratedFeeRate && (!tx.effectiveFeePerVsize || accelerationInfo.acceleratedFeeRate >= tx.effectiveFeePerVsize || tx.acceleration)) { - @if (tx.effectiveFeePerVsize) { - - } + } @else { }