1
0
Fork 0
forked from lthn/blockchain

typo fixed

This commit is contained in:
sowle 2025-08-27 16:22:07 +03:00
parent 0de1633f83
commit 7ebedbbe9e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -529,7 +529,7 @@ namespace tools
if (!req.comment.empty() && payment_id.empty())
{
currency::tx_comment{};
currency::tx_comment comment{};
comment.comment = req.comment;
extra.push_back(comment);
}