From 67c9a83df19c6e2a2edb32336879204e7770b4a7 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 20 Jan 2021 14:28:48 -0500 Subject: style-only: Remove redundant sentence in ActivateBestChain comment --- src/validation.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.3