core, wallet: remember original text version of destination address

This commit is contained in:
moneromooo-monero 2018-12-23 14:31:54 +00:00
parent a9b1c04acf
commit b7441c4a32
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
5 changed files with 33 additions and 10 deletions

View file

@ -644,9 +644,11 @@ namespace tools
return false;
}
de.original = it->address;
de.addr = info.address;
de.is_subaddress = info.is_subaddress;
de.amount = it->amount;
de.is_integrated = info.has_payment_id;
dsts.push_back(de);
if (info.has_payment_id)