Merge pull request #401

9b048e0 Add attribution and link to the encrypted payment id design by luigi1111 (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2015-09-07 10:44:13 +02:00
commit 3e7c6dfa2b
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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))
{ {