Label channel closes

This commit is contained in:
softsimon
2022-06-30 00:35:27 +02:00
parent 8ef5e7425b
commit f630754aa3
7 changed files with 26 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ export class TransactionsListComponent implements OnInit, OnChanges {
showDetails$ = new BehaviorSubject<boolean>(false);
outspends: Outspend[][] = [];
assetsMinimal: any;
channels: any[];
channels: { inputs: any[], outputs: any[] };
constructor(
public stateService: StateService,