aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-09-09 16:31:20 -0700
committerSuhas Daftuar <sdaftuar@gmail.com>2015-11-30 13:03:57 -0500
commitbb8ea1f6304d7ed3f5fe0a01c060ac9f94629349 (patch)
tree41743375b4d3be9c81c497aec284ca10e79da2bd /src/main.h
parent474b84a7413f124524cccf097dd36c7a24d406b8 (diff)
downloadbitcoin-bb8ea1f6304d7ed3f5fe0a01c060ac9f94629349.tar.xz
removeForReorg calls once-per-disconnect-> once-per-reorg
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index bdbfa3826e..2996fdcb5a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -467,7 +467,7 @@ bool InvalidateBlock(CValidationState& state, const Consensus::Params& consensus
/** Remove invalidity status from a block and its descendants. */
bool ReconsiderBlock(CValidationState& state, CBlockIndex *pindex);
-/** The currently-connected chain of blocks. */
+/** The currently-connected chain of blocks (protected by cs_main). */
extern CChain chainActive;
/** Global variable that points to the active CCoinsView (protected by cs_main) */