[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
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

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();
}
}