aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-06-02 10:25:27 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-08-28 15:51:28 +0000
commit21f6c80fcd7de27245d529edf383e3196c12f847 (patch)
treef70a97f78247422706df458167048b34d5ea176e /src/wallet/wallet2.cpp
parentMerge pull request #5707 (diff)
downloadmonero-21f6c80fcd7de27245d529edf383e3196c12f847.tar.xz
rpc: move a leftover light wallet RPC out of daemon RPC
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 155f44129..2c2b4d81b 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -7424,8 +7424,8 @@ void wallet2::light_wallet_get_outs(std::vector<std::vector<tools::wallet2::get_
MDEBUG("LIGHTWALLET - Getting random outs");
- cryptonote::COMMAND_RPC_GET_RANDOM_OUTS::request oreq;
- cryptonote::COMMAND_RPC_GET_RANDOM_OUTS::response ores;
+ tools::COMMAND_RPC_GET_RANDOM_OUTS::request oreq;
+ tools::COMMAND_RPC_GET_RANDOM_OUTS::response ores;
size_t light_wallet_requested_outputs_count = (size_t)((fake_outputs_count + 1) * 1.5 + 1);