Skip to content

Commit

Permalink
Just delete these commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 28, 2024
1 parent 3a60431 commit 520571c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CryptoNoteProtocol/CryptoNoteProtocolHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1097,9 +1097,7 @@ void CryptoNoteProtocolHandler::relay_transactions(NOTIFY_NEW_TRANSACTIONS::requ
if (!m_stemPool.hasTransaction(transactionHash)) {
logger(Logging::DEBUGGING) << "Adding relayed transaction " << transactionHash << " to stempool";
auto txblob = *tx_blob_it;
//m_dispatcher.remoteSpawn([this, transactionHash, txblob] {
m_stemPool.addTransaction(transactionHash, txblob);
//});
txHashes.push_back(transactionHash);
}
}
Expand Down

0 comments on commit 520571c

Please sign in to comment.