mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
doc: Fix syntax error (trailing square bracket) in finalizepsbt
This commit is contained in:
@@ -1276,11 +1276,10 @@ UniValue finalizepsbt(const JSONRPCRequest& request)
|
||||
" extract and return the complete transaction in normal network serialization instead of the PSBT."},
|
||||
},
|
||||
RPCResult{
|
||||
"{\n"
|
||||
" \"psbt\" : \"value\", (string) The base64-encoded partially signed transaction if not extracted\n"
|
||||
" \"hex\" : \"value\", (string) The hex-encoded network transaction if extracted\n"
|
||||
" \"complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n"
|
||||
" ]\n"
|
||||
"{ (json object)\n"
|
||||
" \"psbt\" : \"str\", (string) The base64-encoded partially signed transaction if not extracted\n"
|
||||
" \"hex\" : \"hex\", (string) The hex-encoded network transaction if extracted\n"
|
||||
" \"complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n"
|
||||
"}\n"
|
||||
},
|
||||
RPCExamples{
|
||||
|
||||
Reference in New Issue
Block a user