fix: incorrect details of txs in mempool

pull/39/head
moneroexamples 7 years ago
parent 2b7fa7acbb
commit ff41d8e311

@ -1052,11 +1052,11 @@ YourMoneroRequests::get_tx(const shared_ptr< Session > session, const Bytes & bo
vector<pair<uint64_t, transaction>> mempool_txs =
CurrentBlockchainStatus::get_mempool_txs();
cout << "serach mempool" << endl;
//cout << "serach mempool" << endl;
for (auto const& mtx: mempool_txs)
{
cout << (get_transaction_hash(mtx.second)) << '\n';
//cout << (get_transaction_hash(mtx.second)) << '\n';
if (get_transaction_hash(mtx.second) == tx_hash)
{

Loading…
Cancel
Save