We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce7c75 commit fa39809Copy full SHA for fa39809
src/interfaces/node.cpp
@@ -312,7 +312,7 @@ class NodeImpl : public Node
312
return MakeHandler(
313
::uiInterface.NotifyHeaderTip_connect([fn](bool initial_download, const CBlockIndex* block) {
314
fn(initial_download, block->nHeight, block->GetBlockTime(),
315
- GuessVerificationProgress(Params().TxData(), block));
+ /* verification progress is unused when a header was received */ 0);
316
}));
317
}
318
InitInterfaces m_interfaces;
0 commit comments