mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 17:20:18 -04:00
Merge pull request #8337
1164874
src, epee: fix a couple compiler warnings (selsta)
This commit is contained in:
commit
e8252ef99b
3 changed files with 0 additions and 5 deletions
|
@ -6611,7 +6611,6 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
|
|||
|
||||
vector<cryptonote::address_parse_info> dsts_info;
|
||||
vector<cryptonote::tx_destination_entry> dsts;
|
||||
size_t num_subaddresses = 0;
|
||||
for (size_t i = 0; i < local_args.size(); )
|
||||
{
|
||||
dsts_info.emplace_back();
|
||||
|
@ -6670,7 +6669,6 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
|
|||
de.addr = info.address;
|
||||
de.is_subaddress = info.is_subaddress;
|
||||
de.is_integrated = info.has_payment_id;
|
||||
num_subaddresses += info.is_subaddress;
|
||||
|
||||
if (info.has_payment_id || !payment_id_uri.empty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue