diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 5292580d79..fd8a82b521 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -1651,8 +1651,8 @@ bool simple_wallet::submit_multisig_main(const std::vector &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) {