From 7d5e4842a4876d1b9a60ceddd412c3e168770036 Mon Sep 17 00:00:00 2001 From: j-berman Date: Wed, 15 Apr 2026 16:42:29 -0700 Subject: tx_pool: notify txpool event when stem bumps to fluff --- src/cryptonote_core/cryptonote_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_core/cryptonote_core.cpp') diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index b80fba05c..8063405de 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1089,7 +1089,7 @@ namespace cryptonote const bool res = m_mempool.add_tx(tx, tx_hash, blob, tx_weight, tvc, tx_relay, relayed, version); // If new incoming tx passed verification and entered the pool, notify ZMQ - if (!tvc.m_verifivation_failed && res && matches_category(tx_relay, relay_category::legacy)) + if (!tvc.m_verifivation_failed && res && matches_category(tvc.m_relay, relay_category::legacy)) { m_blockchain_storage.notify_txpool_event({txpool_event{ .tx = tx, -- cgit v1.2.3