Fixing broken Liquid peg-in and peg-out links

fixes #977
This commit is contained in:
softsimon
2021-12-08 00:26:09 +04:00
parent e28f5cc403
commit 87ca5b85d7
2 changed files with 18 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ export class TransactionsListComponent implements OnInit, OnChanges {
assetsMinimal: any;
constructor(
private stateService: StateService,
public stateService: StateService,
private electrsApiService: ElectrsApiService,
private assetsService: AssetsService,
private ref: ChangeDetectorRef,