diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 5df712023..c49664b06 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -29,9 +29,16 @@ - - - + + + + + + + + + + @@ -138,10 +145,16 @@ Peg-out to - + {{ vout.pegout.scriptpubkey_address | shortenString : 16 }} {{ vout.pegout.scriptpubkey_address | shortenString : 35 }} + + + {{ vout.pegout.scriptpubkey_address | shortenString : 16 }} + {{ vout.pegout.scriptpubkey_address | shortenString : 35 }} + + diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.ts b/frontend/src/app/components/transactions-list/transactions-list.component.ts index 8cb62c104..577bd369d 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.ts +++ b/frontend/src/app/components/transactions-list/transactions-list.component.ts @@ -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,