median size of recent blocks removed in pleace from network info

This commit is contained in:
moneroexamples 2017-08-24 13:19:06 +08:00
parent 6efe7d2fbc
commit 00b76ba5b8
2 changed files with 0 additions and 6 deletions

View File

@ -679,11 +679,6 @@ namespace xmreg
} // while (i <= end_height)
// calculate median size of the blocks shown
double blk_size_median = xmreg::calc_median(blk_sizes.begin(), blk_sizes.end());
context["blk_size_median"] = fmt::format("{:0.2f}", blk_size_median);
// save computational times for disply in the frontend

View File

@ -64,7 +64,6 @@
<h2 style="margin-bottom: 0px">Transactions in older blocks<!--(height: {{height}})--></h2>
{{/is_page_zero}}
<h4 style="font-size: 12px; margin-top: 0px">(Median size of these blocks: {{blk_size_median}} kB)</h4>