Skip to content

Commit e891aab

Browse files
committed
[net processing] Fixup TryLowWorkHeadersSync comment
1 parent 1c5c951 commit e891aab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/net_processing.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,8 @@ class PeerManagerImpl final : public PeerManager
638638
* @param[in] chain_start_header Where these headers connect in our index.
639639
* @param[in,out] headers The headers to be processed.
640640
*
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.
641+
* @return True if chain was low work (headers will be empty after
642+
* calling); false otherwise.
644643
*/
645644
bool TryLowWorkHeadersSync(Peer& peer, CNode& pfrom,
646645
const CBlockIndex* chain_start_header,

0 commit comments

Comments
 (0)