From 6d57fcff1333e809c3050608028cb3df40c477b5 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 2 Dec 2019 21:10:35 +0000 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Daira Hopwood --- src/init.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 60203fde4..10e4cf8c0 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1714,9 +1714,9 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) } if (chainActive.Tip() && chainActive.Tip() != pindexRescan) { - //We can't rescan beyond non-pruned blocks, stop and throw an error - //this might happen if a user uses a old wallet within a pruned node - // or if he ran -disablewallet for a longer time, then decided to re-enable + // We can't rescan beyond non-pruned blocks, so stop and throw an error. + // This might happen if a user uses a old wallet within a pruned node, + // or if they ran -disablewallet for a longer time, then decided to re-enable. if (fPruneMode) { CBlockIndex *block = chainActive.Tip();