Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add do_not_relay option to sweep_single ... #9698

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SNeedlewoods
Copy link

... and submit_multisig_main methods in simplewallet.

It seems when the PR that added sweep_single() (see here) was made, the PR for commit_or_save() (see here) wasn't done yet and that's why sweep_single still calls m_wallet->commit_tx() (src) which does not have the do_not_relay option, which was added on the second PR mentioned.
For the submit_multisig_main() I have to admit I didn't investigate and don't have an argument, besides I assume that's how it should be done.

@SNeedlewoods SNeedlewoods force-pushed the x_add_do_not_relay_option_to_sweep_single branch from d7ee3ad to 86144f4 Compare January 13, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants