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

wallet: Add abortOnClose parameter to tx sending endpoints #848

Open
nodech opened this issue Aug 28, 2023 · 0 comments
Open

wallet: Add abortOnClose parameter to tx sending endpoints #848

nodech opened this issue Aug 28, 2023 · 0 comments

Comments

@nodech
Copy link
Contributor

nodech commented Aug 28, 2023

Big wallets, with lots of coins, or big transactions that needs lots of coins can take a some time to craft transactions before broadcasting. We get compounding effect when we use fundLocks where multiple requests are also queued.
So allowing new request parameter abortOnClose can work by making sure that transaction creation is done before request closes. If request closes and transaction already was being sent, it will do nothing.

#845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant