mirror of
https://github.com/monero-project/monero.git
synced 2026-01-15 22:32:40 -08:00
core, wallet: remember original text version of destination address
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user