aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-11-07 21:13:00 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-11-26 18:56:23 +0000
commitfc98f7a0a13c1246b67ed4d7fb40705bb68a8b93 (patch)
treecca519bb22accb219b7aa41b631fd46e6f2cffce /src/wallet/wallet2.cpp
parentMerge pull request #4824 (diff)
downloadmonero-fc98f7a0a13c1246b67ed4d7fb40705bb68a8b93.tar.xz
rpc: speedup get_outs.bin
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 31be95a61..1638e920d 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -7185,6 +7185,7 @@ void wallet2::get_outs(std::vector<std::vector<tools::wallet2::get_outs_entry>>
}
// get the keys for those
+ req.get_txid = false;
m_daemon_rpc_mutex.lock();
bool r = epee::net_utils::invoke_http_bin("/get_outs.bin", req, daemon_resp, m_http_client, rpc_timeout);
m_daemon_rpc_mutex.unlock();