forked from lthn/blockchain
typo fixed
This commit is contained in:
parent
0de1633f83
commit
7ebedbbe9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue