Skip to content

Commit ff05beb

Browse files
committed
doc: rpc: fix case typo in finalizepsbt help (final_scriptwitness)
1 parent 200150b commit ff05beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ static RPCHelpMan finalizepsbt()
16081608
return RPCHelpMan{"finalizepsbt",
16091609
"Finalize the inputs of a PSBT. If the transaction is fully signed, it will produce a\n"
16101610
"network serialized transaction which can be broadcast with sendrawtransaction. Otherwise a PSBT will be\n"
1611-
"created which has the final_scriptSig and final_scriptWitness fields filled for inputs that are complete.\n"
1611+
"created which has the final_scriptSig and final_scriptwitness fields filled for inputs that are complete.\n"
16121612
"Implements the Finalizer and Extractor roles.\n",
16131613
{
16141614
{"psbt", RPCArg::Type::STR, RPCArg::Optional::NO, "A base64 string of a PSBT"},

0 commit comments

Comments
 (0)