mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
[accelerator] if eligible, show pizza accel summary by default
This commit is contained in:
parent
b4352f5f25
commit
d443e51d30
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user