Add attribution and link to the encrypted payment id design by luigi1111

This commit is contained in:
moneromooo-monero
2015-09-04 19:00:25 +01:00
parent 66e9f44a63
commit 9b048e03da

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