[accelerator] disable for txs not in mempool
This commit is contained in:
parent
8028d80ab8
commit
3e07d6b684
@ -757,6 +757,8 @@ export class TrackerComponent implements OnInit, OnDestroy {
|
|||||||
get showAccelerationSummary(): boolean {
|
get showAccelerationSummary(): boolean {
|
||||||
return (
|
return (
|
||||||
this.tx
|
this.tx
|
||||||
|
&& !this.replaced
|
||||||
|
&& !this.isCached
|
||||||
&& !this.tx.acceleration
|
&& !this.tx.acceleration
|
||||||
&& this.acceleratorAvailable
|
&& this.acceleratorAvailable
|
||||||
&& this.eligibleForAcceleration
|
&& this.eligibleForAcceleration
|
||||||
|
@ -985,6 +985,8 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
get showAccelerationSummary(): boolean {
|
get showAccelerationSummary(): boolean {
|
||||||
return (
|
return (
|
||||||
this.tx
|
this.tx
|
||||||
|
&& !this.replaced
|
||||||
|
&& !this.isCached
|
||||||
&& !this.tx.acceleration
|
&& !this.tx.acceleration
|
||||||
&& this.acceleratorAvailable
|
&& this.acceleratorAvailable
|
||||||
&& this.eligibleForAcceleration
|
&& this.eligibleForAcceleration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user