[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 { | ||||
|     return ( | ||||
|       this.tx | ||||
|       && !this.replaced | ||||
|       && !this.isCached | ||||
|       && !this.tx.acceleration | ||||
|       && this.acceleratorAvailable | ||||
|       && this.eligibleForAcceleration | ||||
|  | ||||
| @ -985,6 +985,8 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy { | ||||
|   get showAccelerationSummary(): boolean { | ||||
|     return ( | ||||
|       this.tx | ||||
|       && !this.replaced | ||||
|       && !this.isCached | ||||
|       && !this.tx.acceleration | ||||
|       && this.acceleratorAvailable | ||||
|       && this.eligibleForAcceleration | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user