mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
style-only: Remove redundant sentence in ActivateBestChain comment
This commit is contained in:
parent
b8e95658d5
commit
67c9a83df1
1 changed files with 4 additions and 5 deletions
|
@ -648,11 +648,10 @@ public:
|
|||
void PruneAndFlush();
|
||||
|
||||
/**
|
||||
* Find the best known block, and make it the tip of the block chain
|
||||
*
|
||||
* Make the best chain active, in multiple steps. The result is either failure
|
||||
* or an activated best chain. pblock is either nullptr or a pointer to a block
|
||||
* that is already loaded (to avoid loading it again from disk).
|
||||
* Find the best known block, and make it the tip of the block chain. The
|
||||
* result is either failure or an activated best chain. pblock is either
|
||||
* nullptr or a pointer to a block that is already loaded (to avoid loading
|
||||
* it again from disk).
|
||||
*
|
||||
* ActivateBestChain is split into steps (see ActivateBestChainStep) so that
|
||||
* we avoid holding cs_main for an extended period of time; the length of this
|
||||
|
|
Loading…
Add table
Reference in a new issue