mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 22:42:04 +01:00
[net processing] Fixup TryLowWorkHeadersSync comment
This commit is contained in:
parent
1c5c951713
commit
e891aabf5a
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue