Skip to content

Commit 67c9a83

Browse files
committed
style-only: Remove redundant sentence in ActivateBestChain comment
1 parent b8e9565 commit 67c9a83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/validation.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,11 +648,10 @@ class CChainState
648648
void PruneAndFlush();
649649

650650
/**
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).
656655
*
657656
* ActivateBestChain is split into steps (see ActivateBestChainStep) so that
658657
* we avoid holding cs_main for an extended period of time; the length of this

0 commit comments

Comments
 (0)