mirror of
https://github.com/monero-project/monero.git
synced 2025-12-07 05:10:53 -08:00
set do_not_relay always false in submit_multisig_main
This commit is contained in:
@@ -1651,8 +1651,8 @@ bool simple_wallet::submit_multisig_main(const std::vector<std::string> &args, b
|
||||
return false;
|
||||
}
|
||||
|
||||
// actually commit or save the transactions
|
||||
commit_or_save(txs.m_ptx, m_do_not_relay);
|
||||
// actually commit the transactions
|
||||
commit_or_save(txs.m_ptx, /* do_not_relay */ false);
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user