Merge branch 'master' into fix-ln-map-unfurls

This commit is contained in:
wiz
2022-08-28 14:15:37 +02:00
committed by GitHub
13 changed files with 166 additions and 79 deletions

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>