fix: showing json details of coinbase txs

basicauth
moneroexamples 7 years ago
parent 879e38c45d
commit 3f9a8b96a4

@ -195,7 +195,7 @@
</td>
</tr>
<!--
{{#with_ring_signatures}}
<tr>
@ -214,31 +214,29 @@
</tr>
{{/with_ring_signatures}}
-->
{{/inputs}}
</table>
{{^have_raw_tx}}
{{^with_ring_signatures}}
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}/1">More details</a></h5>
{{/with_ring_signatures}}
{{#with_ring_signatures}}
<h3>JSON representation of tx</h3>
<div class="center">
<code style="white-space: pre-wrap; font-size: 10px">
{{tx_json}}
</code>
</div>
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}">Less details</a></h5>
{{/with_ring_signatures}}
{{/have_raw_tx}}
</div>
{{/has_inputs}}
{{^have_raw_tx}}
{{^with_ring_signatures}}
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}/1">More details</a></h5>
{{/with_ring_signatures}}
{{#with_ring_signatures}}
<h3>JSON representation of tx</h3>
<div class="center">
<code style="white-space: pre-wrap; font-size: 10px">
{{tx_json}}
</code>
</div>
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}">Less details</a></h5>
{{/with_ring_signatures}}
{{/have_raw_tx}}
</div>

Loading…
Cancel
Save