mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Median block size renamed to Median block size limit
This commit is contained in:
parent
cf54281ae2
commit
513b59004f
2 changed files with 2 additions and 2 deletions
|
@ -727,7 +727,7 @@ namespace xmreg
|
|||
|
||||
string block_size_limit = fmt::format("{:0.2f}",
|
||||
static_cast<double>(
|
||||
current_network_info.block_size_limit / 2) / 1024.0);
|
||||
current_network_info.block_size_limit) / 2.0 / 1024.0);
|
||||
|
||||
context["network_info"] = mstch::map {
|
||||
{"difficulty" , current_network_info.difficulty},
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
Network difficulty: {{difficulty}}
|
||||
| Hash rate: {{hash_rate}}
|
||||
| Fee per kb: {{fee_per_kb}}
|
||||
| Median block size: {{block_size_limit}} kB
|
||||
| Median block size limit: {{block_size_limit}} kB
|
||||
{{^is_current_info}}
|
||||
| Data from {{age}} {{age_format}} ago
|
||||
{{/is_current_info}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue