fix post start sync hang

This commit is contained in:
Matt Hess
2025-12-17 05:54:30 +00:00
parent 7441b02aff
commit a2bf43c0e6
+4
View File
@@ -1464,6 +1464,10 @@ void p2pool::download_block_headers4(uint64_t start_height, uint64_t current_hei
// Pre-fetch recent mainchain blocks to populate cache before sidechain sync
prefetch_mainchain_blocks(current_height);
// Retry verification of any unverified sidechain blocks now that mainchain data is available
// This catches up the sidechain immediately instead of waiting for the next ZMQ notification
m_sideChain->retry_unverified_blocks();
api_update_network_stats();
get_miner_data();