diff --git a/src/page.h b/src/page.h index b5f87ad..2ee79f8 100644 --- a/src/page.h +++ b/src/page.h @@ -751,7 +751,7 @@ namespace xmreg // if its not ready by now, forget about it. std::future_status ftr_status = network_info_ftr.wait_for( - std::chrono::milliseconds(1000)); + std::chrono::milliseconds(2000)); if (ftr_status == std::future_status::ready) { diff --git a/src/templates/index2.html b/src/templates/index2.html index a675b57..7b25aba 100644 --- a/src/templates/index2.html +++ b/src/templates/index2.html @@ -39,7 +39,7 @@ Network difficulty: {{difficulty}} | Hash rate: {{hash_rate}} | Fee per kb: {{fee_per_kb}} - | Alt blocks: {{alt_blocks_no}} + | Alternative blocks no: {{alt_blocks_no}} {{/network_info}}