forked from lthn/blockchain
tx_comment is temporary disabled
This commit is contained in:
parent
2c920287d3
commit
06d6553473
2 changed files with 8 additions and 6 deletions
|
|
@ -523,9 +523,10 @@ namespace tools
|
|||
|
||||
if (!req.comment.empty())
|
||||
{
|
||||
currency::tx_comment comment = AUTO_VAL_INIT(comment);
|
||||
comment.comment = req.comment;
|
||||
attachments.push_back(comment);
|
||||
// tx_comment is temporary disabled -- sowle
|
||||
//currency::tx_comment comment = AUTO_VAL_INIT(comment);
|
||||
//comment.comment = req.comment;
|
||||
//attachments.push_back(comment);
|
||||
}
|
||||
|
||||
if (req.push_payer && !wrap)
|
||||
|
|
|
|||
|
|
@ -1615,9 +1615,10 @@ std::string wallets_manager::transfer(uint64_t wallet_id, const view::transfer_p
|
|||
//process attachments
|
||||
if (tp.comment.size())
|
||||
{
|
||||
currency::tx_comment tc = AUTO_VAL_INIT(tc);
|
||||
tc.comment = tp.comment;
|
||||
extra.push_back(tc);
|
||||
// tx_comment is temporary disabled -- sowle
|
||||
//currency::tx_comment tc = AUTO_VAL_INIT(tc);
|
||||
//tc.comment = tp.comment;
|
||||
//extra.push_back(tc);
|
||||
}
|
||||
if (tp.push_payer && !wrap)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue