mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 19:01:41 +02:00
Merge bitcoin/bitcoin#32607: rpc: Note in fundrawtransaction doc, fee rate is for package
f98e1aaf34
rpc: Note in fundrawtransaction doc, fee rate is for package (benthecarman) Pull request description: Accidentally made some transactions with a much higher fee rate than I wanted because I did not know this would do it for the package rather than the individual tx. ACKs for top commit: achow101: ACKf98e1aaf34
rkrux: re-ACKf98e1aaf34
danielabrozzoni: ACKf98e1aaf34
Tree-SHA512: 9f961de1200803ec4d1c6901fd606bb6cf707ffd03942d9dc0d4b6554c827075f99d693b93e892f728679d67e63e12c71da4426dab091b3311d1605bc37251a2
This commit is contained in:
@@ -757,7 +757,10 @@ RPCHelpMan fundrawtransaction()
|
||||
"Note that all inputs selected must be of standard form and P2SH scripts must be\n"
|
||||
"in the wallet using importdescriptors (to calculate fees).\n"
|
||||
"You can see whether this is the case by checking the \"solvable\" field in the listunspent output.\n"
|
||||
"Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only\n",
|
||||
"Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only.\n"
|
||||
"Note that if specifying an exact fee rate, the resulting transaction may have a higher fee rate\n"
|
||||
"if the transaction has unconfirmed inputs. This is because the wallet will attempt to make the\n"
|
||||
"entire package have the given fee rate, not the resulting transaction.\n",
|
||||
{
|
||||
{"hexstring", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The hex string of the raw transaction"},
|
||||
{"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}",
|
||||
|
Reference in New Issue
Block a user