mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
initialize block_size_limit_str and block_size_median_str
This commit is contained in:
parent
c5a89500bd
commit
c103a34eba
2 changed files with 3 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -227,6 +227,8 @@ main(int ac, const char* av[])
|
||||||
xmreg::MempoolStatus::set_blockchain_variables(
|
xmreg::MempoolStatus::set_blockchain_variables(
|
||||||
&mcore, core_storage);
|
&mcore, core_storage);
|
||||||
|
|
||||||
|
strcpy(xmreg::MempoolStatus::current_network_info.block_size_limit_str, "0.0");
|
||||||
|
strcpy(xmreg::MempoolStatus::current_network_info.block_size_median_str, "0.0");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue