simplewallet: respect do-not-relay in sweep_single

This commit is contained in:
hinto.janai
2025-07-07 20:36:52 +00:00
parent 17f6fb871c
commit 71182c6423

View File

@@ -7462,8 +7462,7 @@ bool simple_wallet::sweep_single(const std::vector<std::string> &args_)
}
else
{
m_wallet->commit_tx(ptx_vector[0]);
success_msg_writer(true) << tr("Money successfully sent, transaction: ") << get_transaction_hash(ptx_vector[0].tx);
commit_or_save(ptx_vector, m_do_not_relay);
}
}