Skip to content

Commit 08ac35a

Browse files
committed
Merge #10413: Fix docs (there's no rpc command setpaytxfee)
0f1b26a Fix docs (there's no rpc command setpaytxfee) (Ryan Havar) Tree-SHA512: 5b9e1f16e172e712452873f82faa35f3ac949cd1df6e2ee7e2282fc8fad4eaf4548ebf05407426547ad859360ae837172e6343d66f8d302c7f5b097f39bb3994
2 parents 9390845 + 0f1b26a commit 08ac35a

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
@@ -2797,7 +2797,7 @@ UniValue bumpfee(const JSONRPCRequest& request)
27972797
"The command will fail if the wallet or mempool contains a transaction that spends one of T's outputs.\n"
27982798
"By default, the new fee will be calculated automatically using estimatefee.\n"
27992799
"The user can specify a confirmation target for estimatefee.\n"
2800-
"Alternatively, the user can specify totalFee, or use RPC setpaytxfee to set a higher fee rate.\n"
2800+
"Alternatively, the user can specify totalFee, or use RPC settxfee to set a higher fee rate.\n"
28012801
"At a minimum, the new fee rate must be high enough to pay an additional new relay fee (incrementalfee\n"
28022802
"returned by getnetworkinfo) to enter the node's mempool.\n"
28032803
"\nArguments:\n"

0 commit comments

Comments
 (0)