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 1c5c951 commit e891aabCopy full SHA for e891aab
src/net_processing.cpp
@@ -638,9 +638,8 @@ class PeerManagerImpl final : public PeerManager
638
* @param[in] chain_start_header Where these headers connect in our index.
639
* @param[in,out] headers The headers to be processed.
640
*
641
- * @return True if chain was low work and a headers sync was
642
- * initiated (and headers will be empty after calling); false
643
- * otherwise.
+ * @return True if chain was low work (headers will be empty after
+ * calling); false otherwise.
644
*/
645
bool TryLowWorkHeadersSync(Peer& peer, CNode& pfrom,
646
const CBlockIndex* chain_start_header,
0 commit comments