Merge pull request #5672

b2bfcab wallet2: fix change subaddress mixup when sending pre rct outputs (moneromooo-monero)
This commit is contained in:
luigi1111 2019-08-15 17:20:18 -05:00
commit 1a259a1c70
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 0 deletions

View File

@ -8167,6 +8167,7 @@ void wallet2::transfer_selected(const std::vector<cryptonote::tx_destination_ent
if (needed_money < found_money)
{
change_dts.addr = get_subaddress({subaddr_account, 0});
change_dts.is_subaddress = subaddr_account != 0;
change_dts.amount = found_money - needed_money;
}