From f50eb7c964b6b0e8145896386d66034a9924f565 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 28 Jul 2015 13:35:10 -0400 Subject: [PATCH] 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 --- _includes/ref/bitcoin-core/rpcs/rpcs/settxfee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref/bitcoin-core/rpcs/rpcs/settxfee.md b/_includes/ref/bitcoin-core/rpcs/rpcs/settxfee.md index 6fc3292a..e04a15d5 100644 --- a/_includes/ref/bitcoin-core/rpcs/rpcs/settxfee.md +++ b/_includes/ref/bitcoin-core/rpcs/rpcs/settxfee.md @@ -21,7 +21,7 @@ The `settxfee` RPC {{summary_setTxFee}} - n: "Transaction Fee Per Kilobyte" t: "number (bitcoins)" p: "Required
(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 %}