forked from lthn/blockchain
wallet rpc: tx_comment enabled back
This commit is contained in:
parent
8e237a054c
commit
fa21489237
1 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue