1
0
Fork 0
forked from lthn/blockchain

wallet rpc: tx_comment enabled back

This commit is contained in:
sowle 2025-08-27 15:32:45 +03:00
parent 8e237a054c
commit fa21489237
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -529,10 +529,9 @@ namespace tools
if (!req.comment.empty() && payment_id.empty())
{
// tx_comment is temporary disabled -- sowle
//currency::tx_comment comment = AUTO_VAL_INIT(comment);
//comment.comment = req.comment;
//extra.push_back(comment);
currency::tx_comment{};
comment.comment = req.comment;
extra.push_back(comment);
}
if (req.push_payer && !wrap)