Skip to content

Commit f98e1aa

Browse files
committed
rpc: Note in fundrawtransaction doc, fee rate is for package
1 parent 638a4c0 commit f98e1aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/wallet/rpc/spend.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,10 @@ RPCHelpMan fundrawtransaction()
757757
"Note that all inputs selected must be of standard form and P2SH scripts must be\n"
758758
"in the wallet using importdescriptors (to calculate fees).\n"
759759
"You can see whether this is the case by checking the \"solvable\" field in the listunspent output.\n"
760-
"Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only\n",
760+
"Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only.\n"
761+
"Note that if specifying an exact fee rate, the resulting transaction may have a higher fee rate\n"
762+
"if the transaction has unconfirmed inputs. This is because the wallet will attempt to make the\n"
763+
"entire package have the given fee rate, not the resulting transaction.\n",
761764
{
762765
{"hexstring", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The hex string of the raw transaction"},
763766
{"options", RPCArg::Type::OBJ_NAMED_PARAMS, RPCArg::Optional::OMITTED, "For backward compatibility: passing in a true instead of an object will result in {\"includeWatching\":true}",

0 commit comments

Comments
 (0)