diff --git a/src/cryptonote_core/tx_pool.cpp b/src/cryptonote_core/tx_pool.cpp index b44fcbe28..40c004da4 100644 --- a/src/cryptonote_core/tx_pool.cpp +++ b/src/cryptonote_core/tx_pool.cpp @@ -344,7 +344,8 @@ namespace cryptonote } tvc.m_verifivation_failed = false; - m_txpool_weight += tx_weight; + if (tvc.m_added_to_pool) + m_txpool_weight += tx_weight; ++m_cookie;