mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 17:41:28 +09:00
Merge pull request #9977
71182c6 simplewallet: respect `do-not-relay` in `sweep_single` (hinto.janai)
This commit is contained in:
commit
3d7171e684
@ -7462,8 +7462,7 @@ bool simple_wallet::sweep_single(const std::vector<std::string> &args_)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_wallet->commit_tx(ptx_vector[0]);
|
commit_or_save(ptx_vector, m_do_not_relay);
|
||||||
success_msg_writer(true) << tr("Money successfully sent, transaction: ") << get_transaction_hash(ptx_vector[0].tx);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user