Skip to content

Commit 0f1b26a

Browse files
authored
Fix docs (there's no rpc command setpaytxfee)
1 parent 95546c8 commit 0f1b26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ UniValue bumpfee(const JSONRPCRequest& request)
27692769
"The command will fail if the wallet or mempool contains a transaction that spends one of T's outputs.\n"
27702770
"By default, the new fee will be calculated automatically using estimatefee.\n"
27712771
"The user can specify a confirmation target for estimatefee.\n"
2772-
"Alternatively, the user can specify totalFee, or use RPC setpaytxfee to set a higher fee rate.\n"
2772+
"Alternatively, the user can specify totalFee, or use RPC settxfee to set a higher fee rate.\n"
27732773
"At a minimum, the new fee rate must be high enough to pay an additional new relay fee (incrementalfee\n"
27742774
"returned by getnetworkinfo) to enter the node's mempool.\n"
27752775
"\nArguments:\n"

0 commit comments

Comments
 (0)