Add basic lightning justice page

This commit is contained in:
Mononaut
2023-07-09 01:15:05 -04:00
parent 8ad4b952ea
commit 4ba552fe1b
13 changed files with 247 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>