mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
[accelerator] revalidate user choice after choosing fee option
This commit is contained in:
parent
8dac5cff9a
commit
450d83461c
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user