Merge pull request #3935 from mempool/mononaut/lightning-justice

Add lightning justice page
This commit is contained in:
softsimon
2023-07-18 17:24:26 +09:00
committed by GitHub
13 changed files with 252 additions and 3 deletions

View File

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