aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/simplewallet/simplewallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 5292580d7..fd8a82b52 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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)
{