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

Merged
merged 1 commit into from Jul 28, 2015

Conversation

Projects
None yet
2 participants
Contributor

casey commented Jul 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.

Update settxfee description to match actual behavior
Currently, Bitcoin Core accepts 0 as an argument to settxfee, see settxfee() in https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcwallet.cpp

Update the description to match this
Contributor

harding commented Jul 28, 2015

Verified, looks like it was changed in bitcoin/bitcoin@7d8ffac

@casey thanks for submitting this fix! I'll merge it momentarily.

@harding 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