mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: showing json details of coinbase txs
This commit is contained in:
parent
879e38c45d
commit
3f9a8b96a4
1 changed files with 17 additions and 19 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{/has_inputs}}
|
||||||
|
|
||||||
{{^have_raw_tx}}
|
{{^have_raw_tx}}
|
||||||
{{^with_ring_signatures}}
|
{{^with_ring_signatures}}
|
||||||
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}/1">More details</a></h5>
|
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}/1">More details</a></h5>
|
||||||
{{/with_ring_signatures}}
|
{{/with_ring_signatures}}
|
||||||
{{#with_ring_signatures}}
|
{{#with_ring_signatures}}
|
||||||
|
|
||||||
<h3>JSON representation of tx</h3>
|
<h3>JSON representation of tx</h3>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<code style="white-space: pre-wrap; font-size: 10px">
|
<code style="white-space: pre-wrap; font-size: 10px">
|
||||||
{{tx_json}}
|
{{tx_json}}
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}">Less details</a></h5>
|
<h5 style="margin-top:1px"><a href="/tx/{{tx_hash}}">Less details</a></h5>
|
||||||
{{/with_ring_signatures}}
|
{{/with_ring_signatures}}
|
||||||
{{/have_raw_tx}}
|
{{/have_raw_tx}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{/has_inputs}}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue