remove ring size from index page and txpool

This commit is contained in:
moneroexamples 2018-11-07 16:05:15 +08:00
parent e2a7325331
commit db8b46eb22
3 changed files with 0 additions and 6 deletions

View File

@ -65,7 +65,6 @@
<td>hash</td>
<td>outputs</td>
<td>fee [&#181;&#x271]</td>
<td>ring size</td>
<td>in/out</td>
<td>size [kB]</td>
<td>version</td>
@ -75,7 +74,6 @@
<td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{sum_outputs}}</td>
<td>{{fee_micro}}</td>
<td>{{mixin}}</td>
<td>{{no_inputs}}/{{no_outputs}}</td>
<td>{{tx_size}}</td>
<td>{{version}}</td>

View File

@ -84,7 +84,6 @@
<td>fee [&#181;&#x271]</td>
<td>outputs</td>
<td>in/out/pID</td>
<td>ring size</td>
<td>tx size [kB]</td>
</tr>
{{#txs}}
@ -96,7 +95,6 @@
<td>{{fee_micro}}</td>
<td>{{sum_outputs_short}}</td>
<td>{{no_inputs}}/{{no_outputs}}/{{pID}}</td>
<td>{{mixin}}</td>
<td>{{tx_size_short}}</td>
</tr>
{{/txs}}

View File

@ -11,7 +11,6 @@
<td>fee/per_kB [&#181;&#x271]</td>
<!--<td>outputs</td>-->
<td>in/out/pID</td>
<td>ring size</td>
<td>tx size [kB]</td>
</tr>
{{#mempooltxs}}
@ -21,7 +20,6 @@
<td>{{fee}}/{{payed_for_kB}}</td>
<!--<td>{{xmr_outputs}}</td>-->
<td>{{no_inputs}}/{{no_outputs}}/{{pID}}</td>
<td>{{mixin}}</td>
<td>{{txsize}}</td>
</tr>
{{/mempooltxs}}