mirror of
https://github.com/monero-project/monero.git
synced 2025-06-11 01:52:50 -04:00
final changes to get transaction splitting building. needs testing.
This commit is contained in:
parent
79e59d155b
commit
2e048a4679
6 changed files with 140 additions and 44 deletions
|
@ -132,7 +132,8 @@ namespace tools
|
|||
try
|
||||
{
|
||||
cryptonote::transaction tx;
|
||||
m_wallet.transfer(dsts, req.mixin, req.unlock_time, req.fee, extra, tx);
|
||||
wallet2::pending_tx ptx;
|
||||
m_wallet.transfer(dsts, req.mixin, req.unlock_time, req.fee, extra, tx, ptx);
|
||||
res.tx_hash = boost::lexical_cast<std::string>(cryptonote::get_transaction_hash(tx));
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue