[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.selectFeeRateIndex = index;
|
||||||
this.userBid = Math.max(0, fee);
|
this.userBid = Math.max(0, fee);
|
||||||
this.cost = this.userBid + this.estimate.mempoolBaseFee + this.estimate.vsizeFee;
|
this.cost = this.userBid + this.estimate.mempoolBaseFee + this.estimate.vsizeFee;
|
||||||
|
this.validateChoice();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user