diff --git a/src/txmempool.cpp b/src/txmempool.cpp index a68975b22bd..7f315a3b177 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -783,7 +783,7 @@ void CTxMemPool::RemoveStaged(setEntries &stage, MemPoolRemovalReason reason) { bool CTxMemPool::CheckPolicyLimits(const CTransactionRef& tx) { LOCK(cs); - // Use ChangeSet interface to check whether the chain + // Use ChangeSet interface to check whether the cluster count // limits would be violated. Note that the changeset will be destroyed // when it goes out of scope. auto changeset = GetChangeSet();