mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
doc: Fix syntax error (trailing square bracket) in finalizepsbt
This commit is contained in:
parent
faff5a60ed
commit
fa9dec7c39
1 changed files with 4 additions and 5 deletions
|
|
@ -1276,11 +1276,10 @@ UniValue finalizepsbt(const JSONRPCRequest& request)
|
||||||
" extract and return the complete transaction in normal network serialization instead of the PSBT."},
|
" extract and return the complete transaction in normal network serialization instead of the PSBT."},
|
||||||
},
|
},
|
||||||
RPCResult{
|
RPCResult{
|
||||||
"{\n"
|
"{ (json object)\n"
|
||||||
" \"psbt\" : \"value\", (string) The base64-encoded partially signed transaction if not extracted\n"
|
" \"psbt\" : \"str\", (string) The base64-encoded partially signed transaction if not extracted\n"
|
||||||
" \"hex\" : \"value\", (string) The hex-encoded network transaction if 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"
|
" \"complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n"
|
||||||
" ]\n"
|
|
||||||
"}\n"
|
"}\n"
|
||||||
},
|
},
|
||||||
RPCExamples{
|
RPCExamples{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue