rpc: fix relay_tx error return mixup

lite
moneromooo-monero 4 years ago committed by wowario
parent 6c652ef1ad
commit da1720ec30
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -2817,7 +2817,7 @@ namespace cryptonote
crypto::hash txid = *reinterpret_cast<const crypto::hash*>(txid_data.data());
cryptonote::blobdata txblob;
if (!m_core.get_pool_transaction(txid, txblob, relay_category::legacy))
if (m_core.get_pool_transaction(txid, txblob, relay_category::legacy))
{
NOTIFY_NEW_TRANSACTIONS::request r;
r.txs.push_back(std::move(txblob));

Loading…
Cancel
Save