mirror of
https://github.com/monero-project/monero.git
synced 2026-01-10 12:13:26 -08:00
Merge pull request #2082
235df7f4 blockchain_db: add a txpool tx getter which returns existence (moneromooo-monero)
This commit is contained in:
@@ -673,8 +673,7 @@ namespace cryptonote
|
||||
CRITICAL_REGION_LOCAL1(m_blockchain);
|
||||
try
|
||||
{
|
||||
txblob = m_blockchain.get_txpool_tx_blob(id);
|
||||
return true;
|
||||
return m_blockchain.get_txpool_tx_blob(id, txblob);
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user