|
|
|
@ -3028,7 +3028,8 @@ static UniValue fundrawtransaction(const JSONRPCRequest& request)
|
|
|
|
|
"This will not modify existing inputs, and will add at most one change output to the outputs.\n"
|
|
|
|
|
"No existing outputs will be modified unless \"subtractFeeFromOutputs\" is specified.\n"
|
|
|
|
|
"Note that inputs which were signed may need to be resigned after completion since in/outputs have been added.\n"
|
|
|
|
|
"The inputs added will not be signed, use signrawtransaction for that.\n"
|
|
|
|
|
"The inputs added will not be signed, use signrawtransactionwithkey\n"
|
|
|
|
|
" or signrawtransactionwithwallet for that.\n"
|
|
|
|
|
"Note that all existing inputs must have their previous output transaction be in the wallet.\n"
|
|
|
|
|
"Note that all inputs selected must be of standard form and P2SH scripts must be\n"
|
|
|
|
|
"in the wallet using importaddress or addmultisigaddress (to calculate fees).\n"
|
|
|
|
@ -3077,7 +3078,7 @@ static UniValue fundrawtransaction(const JSONRPCRequest& request)
|
|
|
|
|
"\nAdd sufficient unsigned inputs to meet the output value\n"
|
|
|
|
|
+ HelpExampleCli("fundrawtransaction", "\"rawtransactionhex\"") +
|
|
|
|
|
"\nSign the transaction\n"
|
|
|
|
|
+ HelpExampleCli("signrawtransaction", "\"fundedtransactionhex\"") +
|
|
|
|
|
+ HelpExampleCli("signrawtransactionwithwallet", "\"fundedtransactionhex\"") +
|
|
|
|
|
"\nSend the transaction\n"
|
|
|
|
|
+ HelpExampleCli("sendrawtransaction", "\"signedtransactionhex\"")
|
|
|
|
|
},
|
|
|
|
|