diff --git a/src/templates/block.html b/src/templates/block.html
index 0e76988..680199f 100644
--- a/src/templates/block.html
+++ b/src/templates/block.html
@@ -65,7 +65,6 @@
hash |
outputs |
fee [µɱ] |
- ring size |
in/out |
size [kB] |
version |
@@ -75,7 +74,6 @@
{{hash}} |
{{sum_outputs}} |
{{fee_micro}} |
- {{mixin}} |
{{no_inputs}}/{{no_outputs}} |
{{tx_size}} |
{{version}} |
diff --git a/src/templates/index2.html b/src/templates/index2.html
index bf5655c..8e6f96c 100644
--- a/src/templates/index2.html
+++ b/src/templates/index2.html
@@ -84,7 +84,6 @@
fee [µɱ] |
outputs |
in/out/pID |
- ring size |
tx size [kB] |
{{#txs}}
@@ -96,7 +95,6 @@
{{fee_micro}} |
{{sum_outputs_short}} |
{{no_inputs}}/{{no_outputs}}/{{pID}} |
- {{mixin}} |
{{tx_size_short}} |
{{/txs}}
diff --git a/src/templates/mempool.html b/src/templates/mempool.html
index d367d26..ca4bc43 100644
--- a/src/templates/mempool.html
+++ b/src/templates/mempool.html
@@ -11,7 +11,6 @@
fee/per_kB [µɱ] |
in/out/pID |
- ring size |
tx size [kB] |
{{#mempooltxs}}
@@ -21,7 +20,6 @@
{{fee}}/{{payed_for_kB}} |
{{no_inputs}}/{{no_outputs}}/{{pID}} |
- {{mixin}} |
{{txsize}} |
{{/mempooltxs}}