Merge #10413: Fix docs (there's no rpc command setpaytxfee)
0f1b26a
Fix docs (there's no rpc command setpaytxfee) (Ryan Havar)
Tree-SHA512: 5b9e1f16e172e712452873f82faa35f3ac949cd1df6e2ee7e2282fc8fad4eaf4548ebf05407426547ad859360ae837172e6343d66f8d302c7f5b097f39bb3994
This commit is contained in:
commit
08ac35a7e3
1 changed files with 1 additions and 1 deletions
|
@ -2797,7 +2797,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"
|
"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"
|
"By default, the new fee will be calculated automatically using estimatefee.\n"
|
||||||
"The user can specify a confirmation target for 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"
|
"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"
|
"returned by getnetworkinfo) to enter the node's mempool.\n"
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
|
|
Loading…
Reference in a new issue