mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-21 22:15:59 +02:00
[net processing] Fixup TryLowWorkHeadersSync comment
This commit is contained in:
parent
1c5c951713
commit
e891aabf5a
@ -638,9 +638,8 @@ private:
|
||||
* @param[in] chain_start_header Where these headers connect in our index.
|
||||
* @param[in,out] headers The headers to be processed.
|
||||
*
|
||||
* @return True if chain was low work and a headers sync was
|
||||
* initiated (and headers will be empty after calling); false
|
||||
* otherwise.
|
||||
* @return True if chain was low work (headers will be empty after
|
||||
* calling); false otherwise.
|
||||
*/
|
||||
bool TryLowWorkHeadersSync(Peer& peer, CNode& pfrom,
|
||||
const CBlockIndex* chain_start_header,
|
||||
|
Loading…
x
Reference in New Issue
Block a user