mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 07:36:32 -08:00
Merge pull request #5446
7d79222fdaemon: remove debug info (moneromooo-monero)8fec0f98functional_tests: add sweep_single test (moneromooo-monero)9880d61bwallet_rpc_server: remove unused code (moneromooo-monero)8a61b33drpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero)56508524rpc: add relayed in get_transaction output (moneromooo-monero)82e510f1rpc: set default log category in core_rpc_server.h (moneromooo-monero)
This commit is contained in:
@@ -1842,11 +1842,7 @@ namespace tools
|
||||
{
|
||||
if (req.account_index != td.m_subaddr_index.major || (!req.subaddr_indices.empty() && req.subaddr_indices.count(td.m_subaddr_index.minor) == 0))
|
||||
continue;
|
||||
if (!transfers_found)
|
||||
{
|
||||
transfers_found = true;
|
||||
}
|
||||
auto txBlob = t_serializable_object_to_blob(td.m_tx);
|
||||
transfers_found = true;
|
||||
wallet_rpc::transfer_details rpc_transfers;
|
||||
rpc_transfers.amount = td.amount();
|
||||
rpc_transfers.spent = td.m_spent;
|
||||
|
||||
Reference in New Issue
Block a user