From a0efe529e4fd053b890450413b9ca5e1bcd8f2c2 Mon Sep 17 00:00:00 2001 From: Samuel Dobson Date: Tue, 12 Oct 2021 14:36:51 +1300 Subject: Fix outdated comments referring to ::ChainActive() --- src/policy/fees.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/policy') diff --git a/src/policy/fees.cpp b/src/policy/fees.cpp index 2ae5798ebe..2e2061d0a1 100644 --- a/src/policy/fees.cpp +++ b/src/policy/fees.cpp @@ -549,7 +549,7 @@ void CBlockPolicyEstimator::processTransaction(const CTxMemPoolEntry& entry, boo if (txHeight != nBestSeenHeight) { // Ignore side chains and re-orgs; assuming they are random they don't // affect the estimate. We'll potentially double count transactions in 1-block reorgs. - // Ignore txs if BlockPolicyEstimator is not in sync with ::ChainActive().Tip(). + // Ignore txs if BlockPolicyEstimator is not in sync with ActiveChain().Tip(). // It will be synced next time a block is processed. return; } -- cgit v1.2.3