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

Allow "Speed up" on transactions with a single output #2433

Merged
merged 3 commits into from
May 6, 2024

Conversation

leon-costa
Copy link
Contributor

This PR enables the fee bump feature on single-output transactions by reducing the output amount. Without it Specter complains that it can't bump fee in a transaction without change outputs.

This is meant to partially resolve #988. This issue is marked as resolved, but it's not because of #2377 (which seems to be much more complex to solve than what this PR does).

Multiple-output transactions without change are still not supported.

And there's no UI to warn you that the output amount is being reduced. I'm not sure that's necessary.

Copy link

netlify bot commented Apr 21, 2024

Deploy Preview for specter-desktop-docs canceled.

Name Link
🔨 Latest commit e2c24bc
🔍 Latest deploy log https://app.netlify.com/sites/specter-desktop-docs/deploys/6633af4860c65b00070ed30a

@leon-costa
Copy link
Contributor Author

Do not hesitate to close this PR if you would rather have a complete fix for the whole issue. It's just that this is the second time I've needed this feature and since I have working code for it, I thought I'd share it in case you or anyone else wants it.

@k9ert
Copy link
Contributor

k9ert commented May 2, 2024

Thanks for your contribution and sorry for the delay. Very much appreciated!

@k9ert k9ert requested a review from stepansnigirev May 2, 2024 15:23
@k9ert k9ert merged commit 9890d1e into cryptoadvance:master May 6, 2024
9 checks passed
@k9ert
Copy link
Contributor

k9ert commented May 17, 2024

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

Successfully merging this pull request may close these issues.

"Speed up!" RBF feature usable on non-change txs.
3 participants