Merge pull #983: Update settxfee description to match actual behavior

This commit is contained in:
David A. Harding 2015-07-28 13:54:49 -04:00
commit 8e38860808
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -21,7 +21,7 @@ The `settxfee` RPC {{summary_setTxFee}}
- n: "Transaction Fee Per Kilobyte" - n: "Transaction Fee Per Kilobyte"
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}