[accelerator] revalidate user choice after choosing fee option

This commit is contained in:
nymkappa
2024-10-14 14:49:53 +09:00
parent 8dac5cff9a
commit 450d83461c

View File

@@ -374,6 +374,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy {
this.selectFeeRateIndex = index;
this.userBid = Math.max(0, fee);
this.cost = this.userBid + this.estimate.mempoolBaseFee + this.estimate.vsizeFee;
this.validateChoice();
}
}