diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 7f315a3b177..e0d16a81d9e 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -957,6 +957,9 @@ std::vector CTxMemPool::GatherClusters(const std::vectorGetCluster(*it, TxGraph::Level::MAIN); if (unique_cluster_representatives.insert(static_cast(&(**cluster.begin()))).second) { for (auto tx : cluster) {