aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Havar <rhavar@protonmail.com>2017-05-16 21:13:40 -0500
committerGitHub <noreply@github.com>2017-05-16 21:13:40 -0500
commit0f1b26a5aa9f23db5889be116ffac955a91706f2 (patch)
tree86c1a96aae003860efa8afeca2b0c3a23fe1a3ae /src
parent95546c859b71bd73ddd33552ac216086a9adf7c9 (diff)
downloadbitcoin-0f1b26a5aa9f23db5889be116ffac955a91706f2.tar.xz
Fix docs (there's no rpc command setpaytxfee)
Diffstat (limited to 'src')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index fa67964ce8..a4bae24acb 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -2769,7 +2769,7 @@ UniValue bumpfee(const JSONRPCRequest& request)
"The command will fail if the wallet or mempool contains a transaction that spends one of T's outputs.\n"
"By default, the new fee will be calculated automatically using estimatefee.\n"
"The user can specify a confirmation target for estimatefee.\n"
- "Alternatively, the user can specify totalFee, or use RPC setpaytxfee to set a higher fee rate.\n"
+ "Alternatively, the user can specify totalFee, or use RPC settxfee to set a higher fee rate.\n"
"At a minimum, the new fee rate must be high enough to pay an additional new relay fee (incrementalfee\n"
"returned by getnetworkinfo) to enter the node's mempool.\n"
"\nArguments:\n"