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
This commit is contained in:
Casey Rodarmor 2015-07-28 13:35:10 -04:00
parent 8642c81714
commit f50eb7c964

View file

@ -21,7 +21,7 @@ The `settxfee` RPC {{summary_setTxFee}}
- n: "Transaction Fee Per Kilobyte"
t: "number (bitcoins)"
p: "Required<br>(exactly 1)"
d: "The transaction fee to pay, in bitcoins, for each kilobyte of transaction data. The value `0` will not be accepted. Be careful setting the fee too low---your transactions may not be relayed or included in blocks"
d: "The transaction fee to pay, in bitcoins, for each kilobyte of transaction data. Be careful setting the fee too low---your transactions may not be relayed or included in blocks"
{% enditemplate %}