Label channel closes

This commit is contained in:
softsimon
2022-06-30 00:35:27 +02:00
parent 4bb23cf0c8
commit da9834d272
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,