mirror of
https://github.com/monero-project/monero.git
synced 2025-08-17 12:20:20 -04:00
set do_not_relay always false in submit_multisig_main
This commit is contained in:
parent
04f47716c0
commit
2e0030cba8
1 changed files with 2 additions and 2 deletions
|
@ -1651,8 +1651,8 @@ bool simple_wallet::submit_multisig_main(const std::vector<std::string> &args, b
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// actually commit or save the transactions
|
// actually commit the transactions
|
||||||
commit_or_save(txs.m_ptx, m_do_not_relay);
|
commit_or_save(txs.m_ptx, /* do_not_relay */ false);
|
||||||
}
|
}
|
||||||
catch (const std::exception &e)
|
catch (const std::exception &e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue