Skip to content

Commit c20eb90

Browse files
committed
Log total pool weight
1 parent dbf9ff3 commit c20eb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptonote_core/tx_pool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ namespace cryptonote
347347

348348
++m_cookie;
349349

350-
MINFO("Transaction added to pool: txid " << id << " weight: " << tx_weight << " fee/byte: " << (fee / (double)(tx_weight ? tx_weight : 1)) << ", count: " << m_added_txs_by_id.size());
350+
MINFO("Transaction added to pool: txid " << id << " weight: " << tx_weight << " fee/byte: " << (fee / (double)(tx_weight ? tx_weight : 1)) << ", count: " << m_added_txs_by_id.size() << ", pool total weight: " << m_txpool_weight);
351351

352352
prune(m_txpool_max_weight);
353353

0 commit comments

Comments
 (0)