aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-11-26 21:51:27 +0200
committerRiccardo Spagni <ric@spagni.net>2018-11-26 21:51:27 +0200
commit58ce16d4d91518b674a5d46419809f56f71d9114 (patch)
treea1b1ba85e2cebc1798f75654c118e327b2219e81 /src/wallet/wallet2.cpp
parentMerge pull request #4834 (diff)
parentrpc: speedup get_outs.bin (diff)
downloadmonero-58ce16d4d91518b674a5d46419809f56f71d9114.tar.xz
Merge pull request #4821
fc98f7a0 rpc: speedup get_outs.bin (moneromooo-monero)
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 de1fb6f99..49aef4350 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -7188,6 +7188,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();