mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 12:54:29 +01:00
Add attribution and link to the encrypted payment id design by luigi1111
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user