Skip to content

Commit d8fe258

Browse files
committed
Merge bitcoin/bitcoin#33484: doc: rpc: fix case typo in finalizepsbt help (final_scriptwitness)
ff05beb doc: rpc: fix case typo in `finalizepsbt` help (final_scriptwitness) (Sebastian Falbesoner) Pull request description: The lower-case spelling matches the `decodepsbt` result field: https://github.com/bitcoin/bitcoin/blob/200150beba6601237036bc01ee10f6a0a2246c3d/src/rpc/rawtransaction.cpp#L871 https://github.com/bitcoin/bitcoin/blob/200150beba6601237036bc01ee10f6a0a2246c3d/src/rpc/rawtransaction.cpp#L1253 ACKs for top commit: l0rinc: ACK ff05beb rkrux: Ah crACK ff05beb Tree-SHA512: c0a0e29e95fed3fcee4df4f3fc87b32774d76bebadcda5aa010bc45142727536d6a71e4c0e70564db8bdb734e8647c80953793ac9ecd6c434345e972f8d9b7b0
2 parents 200150b + ff05beb commit d8fe258

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)