diff --git a/src/cryptonote_core/cryptonote_format_utils.cpp b/src/cryptonote_core/cryptonote_format_utils.cpp index 979420e35..c34e45998 100644 --- a/src/cryptonote_core/cryptonote_format_utils.cpp +++ b/src/cryptonote_core/cryptonote_format_utils.cpp @@ -423,6 +423,7 @@ namespace cryptonote tx_key = txkey.sec; // 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_fields; if (parse_tx_extra(tx.extra, tx_extra_fields)) {