parent
4136e8d332
commit
c9e63a723a
@ -65,7 +65,7 @@
|
|||||||
<tr *ngIf="displayDetails">
|
<tr *ngIf="displayDetails">
|
||||||
<td></td>
|
<td></td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<table class="table table-striped table-borderless details-table">
|
<table class="table table-striped table-borderless details-table mb-3">
|
||||||
<tbody>
|
<tbody>
|
||||||
<ng-template [ngIf]="vin.scriptsig">
|
<ng-template [ngIf]="vin.scriptsig">
|
||||||
<tr>
|
<tr>
|
||||||
@ -93,6 +93,10 @@
|
|||||||
<td>nSequence</td>
|
<td>nSequence</td>
|
||||||
<td class="script-details">{{ formatHex(vin.sequence) }}</td>
|
<td class="script-details">{{ formatHex(vin.sequence) }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr *ngIf="vin.prevout">
|
||||||
|
<td>Previous output script</td>
|
||||||
|
<td class="script-details">{{ vin.prevout.scriptpubkey_asm }} {{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user