fix broken cpfp button
This commit is contained in:
		
							parent
							
								
									5b2f613856
								
							
						
					
					
						commit
						8b699da721
					
				| @ -280,7 +280,7 @@ | ||||
| <ng-template #acceleratingRow> | ||||
|   <tr> | ||||
|     <td rowspan="2" colspan="2" style="padding: 0;"> | ||||
|       <app-active-acceleration-box [acceleratedBy]="tx.acceleratedBy" [effectiveFeeRate]="tx.effectiveFeePerVsize" [accelerationInfo]="accelerationInfo" [miningStats]="miningStats" [hasCpfp]="hasCpfp" (toggleCpfp)="showCpfpDetails = !showCpfpDetails" [chartPositionLeft]="isMobile"></app-active-acceleration-box> | ||||
|       <app-active-acceleration-box [acceleratedBy]="tx.acceleratedBy" [effectiveFeeRate]="tx.effectiveFeePerVsize" [accelerationInfo]="accelerationInfo" [miningStats]="miningStats" [hasCpfp]="hasCpfp" (toggleCpfp)="toggleCpfp()" [chartPositionLeft]="isMobile"></app-active-acceleration-box> | ||||
|     </td> | ||||
|   </tr> | ||||
|   <tr></tr> | ||||
|  | ||||
| @ -29,7 +29,6 @@ export class TransactionDetailsComponent implements OnInit { | ||||
|   @Input() hasEffectiveFeeRate: boolean; | ||||
|   @Input() cpfpInfo: CpfpInfo; | ||||
|   @Input() hasCpfp: boolean; | ||||
|   @Input() showCpfpDetails: boolean; | ||||
|   @Input() accelerationInfo: Acceleration; | ||||
|   @Input() acceleratorAvailable: boolean; | ||||
|   @Input() accelerateCtaType: string; | ||||
| @ -51,7 +50,7 @@ export class TransactionDetailsComponent implements OnInit { | ||||
|     this.accelerateClicked.emit(true); | ||||
|   } | ||||
| 
 | ||||
|     toggleCpfp(): void { | ||||
|   toggleCpfp(): void { | ||||
|     this.toggleCpfp$.emit(); | ||||
|   } | ||||
| } | ||||
|  | ||||
| @ -52,7 +52,6 @@ | ||||
|       [hasEffectiveFeeRate]="hasEffectiveFeeRate" | ||||
|       [cpfpInfo]="cpfpInfo" | ||||
|       [hasCpfp]="hasCpfp" | ||||
|       [showCpfpDetails]="showCpfpDetails" | ||||
|       [accelerationInfo]="accelerationInfo" | ||||
|       [replaced]="replaced" | ||||
|       [isCached]="isCached" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user