aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/validation.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/validation.h b/src/validation.h
index 39fc98d3b4..e86b3d3af8 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -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