[accelerator] streamline payment method logic

This commit is contained in:
Mononaut
2024-07-02 12:20:14 +00:00
parent 3e07d6b684
commit 642bf86423
3 changed files with 14 additions and 19 deletions

View File

@@ -751,7 +751,7 @@ export class TrackerComponent implements OnInit, OnDestroy {
}
get cashappEligible(): boolean {
return this.mempoolPosition?.block > 0;
return this.mempoolPosition?.block > 0 && this.tx.weight < 4000;
}
get showAccelerationSummary(): boolean {