[accelerator] if eligible, show pizza accel summary by default

This commit is contained in:
nymkappa 2024-04-16 11:43:58 +09:00
parent b4352f5f25
commit d443e51d30
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -351,6 +351,9 @@ export class TrackerComponent implements OnInit, OnDestroy {
}
if (txPosition.position?.block > 0 && this.tx.weight < 4000) {
this.accelerationEligible = true;
if (this.acceleratorAvailable && this.paymentType === 'cashapp') {
this.showAccelerationSummary = true;
}
}
}
} else {