aboutsummaryrefslogtreecommitdiff
path: root/src/index
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-10-12 14:36:51 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-10-12 14:36:51 +1300
commita0efe529e4fd053b890450413b9ca5e1bcd8f2c2 (patch)
tree79411554469949d6d3d988420d13e3bb986bba40 /src/index
parente418a8e675e4dbca9f9c3cf7dd4633aa3c6c196e (diff)
downloadbitcoin-a0efe529e4fd053b890450413b9ca5e1bcd8f2c2.tar.xz
Fix outdated comments referring to ::ChainActive()
Diffstat (limited to 'src/index')
-rw-r--r--src/index/base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/base.cpp b/src/index/base.cpp
index 3ca86a310e..fc6dd77a72 100644
--- a/src/index/base.cpp
+++ b/src/index/base.cpp
@@ -321,7 +321,7 @@ bool BaseIndex::BlockUntilSyncedToCurrentChain() const
{
// Skip the queue-draining stuff if we know we're caught up with
- // ::ChainActive().Tip().
+ // m_chain.Tip().
LOCK(cs_main);
const CBlockIndex* chain_tip = m_chainstate->m_chain.Tip();
const CBlockIndex* best_block_index = m_best_block_index.load();