fix: showing json details of coinbase txs

master
moneroexamples 8 years ago
parent 879e38c45d
commit 3f9a8b96a4

@ -195,7 +195,7 @@
</td> </td>
</tr> </tr>
<!--
{{#with_ring_signatures}} {{#with_ring_signatures}}
<tr> <tr>
@ -214,31 +214,29 @@
</tr> </tr>
{{/with_ring_signatures}} {{/with_ring_signatures}}
-->
{{/inputs}} {{/inputs}}
</table> </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> </div>
{{/has_inputs}} {{/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> </div>

Loading…
Cancel
Save