fix cpfp button
This commit is contained in:
@@ -41,6 +41,7 @@ export class TransactionDetailsComponent implements OnInit {
|
||||
@Input() ETA$: Observable<ETA>;
|
||||
|
||||
@Output() accelerateClicked = new EventEmitter<boolean>();
|
||||
@Output() toggleCpfp$ = new EventEmitter<void>();
|
||||
|
||||
constructor() {}
|
||||
|
||||
@@ -49,4 +50,8 @@ export class TransactionDetailsComponent implements OnInit {
|
||||
onAccelerateClicked(): void {
|
||||
this.accelerateClicked.emit(true);
|
||||
}
|
||||
|
||||
toggleCpfp(): void {
|
||||
this.toggleCpfp$.emit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user