Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Update settxfee description to match actual behavior #983
Conversation
|
Verified, looks like it was changed in bitcoin/bitcoin@7d8ffac @casey thanks for submitting this fix! I'll merge it momentarily. |
harding
merged commit f50eb7c
into
bitcoin-dot-org:master
Jul 28, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
harding
added a commit
that referenced
this pull request
Jul 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
casey commentedJul 28, 2015
Currently, Bitcoin Core accepts 0 as an argument to settxfee, see settxfee() in https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcwallet.cpp
I've updated the description of settxfee to reflect this.