Show tx without inputs or outputs in explorer
This commit is contained in:
parent
d5e9bb37c9
commit
a259d4713c
@ -27,6 +27,8 @@
|
||||
{{- end -}}
|
||||
</td>
|
||||
</tr>
|
||||
{{- else -}}
|
||||
<tr><td>No Inputs</td></tr>
|
||||
{{- end -}}
|
||||
</tbody>
|
||||
</table>
|
||||
@ -58,6 +60,8 @@
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
{{- else -}}
|
||||
<tr><td>No Outputs</td></tr>
|
||||
{{- end -}}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user