use block_size_limit / 2 for front page

This commit is contained in:
moneroexamples 2017-06-05 13:38:24 +08:00
parent 1495626e4a
commit 46c8d5ec1a
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ namespace xmreg
string block_size_limit = fmt::format("{:0.2f}",
static_cast<double>(
current_network_info.block_size_limit)/1024.0);
current_network_info.block_size_limit / 2)/1024.0);
context["network_info"] = mstch::map {
{"difficulty" , current_network_info.difficulty},