mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
doc: rpc: fix case typo in finalizepsbt help (final_scriptwitness)
Github-Pull: #33484
Rebased-From: ff05bebcc4
This commit is contained in:
committed by
fanquake
parent
45703931e5
commit
b75afaccb8
@@ -1608,7 +1608,7 @@ static RPCHelpMan finalizepsbt()
|
|||||||
return RPCHelpMan{"finalizepsbt",
|
return RPCHelpMan{"finalizepsbt",
|
||||||
"Finalize the inputs of a PSBT. If the transaction is fully signed, it will produce a\n"
|
"Finalize the inputs of a PSBT. If the transaction is fully signed, it will produce a\n"
|
||||||
"network serialized transaction which can be broadcast with sendrawtransaction. Otherwise a PSBT will be\n"
|
"network serialized transaction which can be broadcast with sendrawtransaction. Otherwise a PSBT will be\n"
|
||||||
"created which has the final_scriptSig and final_scriptWitness fields filled for inputs that are complete.\n"
|
"created which has the final_scriptSig and final_scriptwitness fields filled for inputs that are complete.\n"
|
||||||
"Implements the Finalizer and Extractor roles.\n",
|
"Implements the Finalizer and Extractor roles.\n",
|
||||||
{
|
{
|
||||||
{"psbt", RPCArg::Type::STR, RPCArg::Optional::NO, "A base64 string of a PSBT"},
|
{"psbt", RPCArg::Type::STR, RPCArg::Optional::NO, "A base64 string of a PSBT"},
|
||||||
|
|||||||
Reference in New Issue
Block a user