-
Notifications
You must be signed in to change notification settings - Fork 37.7k
wallet, rpc: remove settxfee and paytxfee #32138
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
base: master
Are you sure you want to change the base?
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32138. ReviewsSee the guideline for information on the review process. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
91cc9e8
to
d894873
Compare
Note to self: re-check all tests |
Please leave this in draft. 31.0 is half a year out, so starting review on this is questionable and won't help to get it merged earlier anyway |
Will re-open closer to 31.0 release |
Seems fine to pick this up now, if you want. |
bbaa5fc
to
828315f
Compare
828315f
to
6001029
Compare
6001029
to
5ba260c
Compare
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
What is the point of keeping |
@maflcko I think you're right. |
I'd say to either squash now, or create meaningful separate commits. E.g:
|
d3ed01f
to
f0dc25a
Compare
Summary
This PR removes the settxfee RPC and paytxfee setting (Bitcoin Core 31.0).
These two features were deprecated in #31278.
This PR does not remove the internal implementation of the default value of paytxfee=0 but removes the option for users to modify it.