aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-29 16:26:57 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-29 16:29:26 +0100
commit7d4ef25800564bcd393a85dd94200191831bf7cc (patch)
tree60414df7a8f6ffd6e2ce149b6bed8afe1b862d6e /src
parentMerge pull request #2533 (diff)
downloadmonero-7d4ef25800564bcd393a85dd94200191831bf7cc.tar.xz
rpc: fix getting txpool transactions
Diffstat (limited to 'src')
-rw-r--r--src/rpc/core_rpc_server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp
index e814dcc1e..da93360f5 100644
--- a/src/rpc/core_rpc_server.cpp
+++ b/src/rpc/core_rpc_server.cpp
@@ -504,6 +504,7 @@ namespace cryptonote
{
sorted_txs.push_back(*i);
missed_txs.remove(h);
+ pool_tx_hashes.insert(h);
++found_in_pool;
}
}