mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
Add attribution and link to the encrypted payment id design by luigi1111
This commit is contained in:
parent
cf88e4dd24
commit
07b7a3fc14
@ -423,6 +423,7 @@ namespace cryptonote
|
|||||||
tx_key = txkey.sec;
|
tx_key = txkey.sec;
|
||||||
|
|
||||||
// if we have a stealth payment id, find it and encrypt it with the tx key now
|
// if we have a stealth payment id, find it and encrypt it with the tx key now
|
||||||
|
// The scheme was designed by luigi1111: http://pastebin.com/bp5RKXuC
|
||||||
std::vector<tx_extra_field> tx_extra_fields;
|
std::vector<tx_extra_field> tx_extra_fields;
|
||||||
if (parse_tx_extra(tx.extra, tx_extra_fields))
|
if (parse_tx_extra(tx.extra, tx_extra_fields))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user