mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 02:15:13 -04:00
rpc: move a leftover light wallet RPC out of daemon RPC
This commit is contained in:
parent
85014813cf
commit
21f6c80fcd
3 changed files with 49 additions and 52 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue