Skip to content

Commit ec870e5

Browse files
committed
Merge pull request #9998
2e0030c set do_not_relay always false in submit_multisig_main (SNeedlewoods)
2 parents 04f4771 + 2e0030c commit ec870e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simplewallet/simplewallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,8 +1651,8 @@ bool simple_wallet::submit_multisig_main(const std::vector<std::string> &args, b
16511651
return false;
16521652
}
16531653

1654-
// actually commit or save the transactions
1655-
commit_or_save(txs.m_ptx, m_do_not_relay);
1654+
// actually commit the transactions
1655+
commit_or_save(txs.m_ptx, /* do_not_relay */ false);
16561656
}
16571657
catch (const std::exception &e)
16581658
{

0 commit comments

Comments
 (0)