mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Fixing missing channel openings
This commit is contained in:
parent
d931ddc731
commit
be10cc65f4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue