File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -648,11 +648,10 @@ class CChainState
648
648
void PruneAndFlush ();
649
649
650
650
/* *
651
- * Find the best known block, and make it the tip of the block chain
652
- *
653
- * Make the best chain active, in multiple steps. The result is either failure
654
- * or an activated best chain. pblock is either nullptr or a pointer to a block
655
- * that is already loaded (to avoid loading it again from disk).
651
+ * Find the best known block, and make it the tip of the block chain. The
652
+ * result is either failure or an activated best chain. pblock is either
653
+ * nullptr or a pointer to a block that is already loaded (to avoid loading
654
+ * it again from disk).
656
655
*
657
656
* ActivateBestChain is split into steps (see ActivateBestChainStep) so that
658
657
* we avoid holding cs_main for an extended period of time; the length of this
You can’t perform that action at this time.
0 commit comments