Fixing missing channel openings

This commit is contained in:
softsimon 2022-08-27 22:32:56 +02:00
parent d931ddc731
commit be10cc65f4
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -77,7 +77,7 @@
{{ vin.prevout.scriptpubkey_type?.toUpperCase() }}
</ng-template>
<div>
<app-address-labels [vin]="vin" [channel]="tx._channels && tx._channels.inputs[vin.vout] || null"></app-address-labels>
<app-address-labels [vin]="vin" [channel]="tx._channels && tx._channels.inputs[vindex] || null"></app-address-labels>
</div>
</ng-template>
</ng-container>