mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
doc: Fix syntax error (trailing square bracket) in walletprocesspsbt
This commit is contained in:
parent
fa0545901d
commit
faff5a60ed
1 changed files with 2 additions and 3 deletions
|
|
@ -4076,10 +4076,9 @@ UniValue walletprocesspsbt(const JSONRPCRequest& request)
|
||||||
{"bip32derivs", RPCArg::Type::BOOL, /* default */ "false", "If true, includes the BIP 32 derivation paths for public keys if we know them"},
|
{"bip32derivs", RPCArg::Type::BOOL, /* default */ "false", "If true, includes the BIP 32 derivation paths for public keys if we know them"},
|
||||||
},
|
},
|
||||||
RPCResult{
|
RPCResult{
|
||||||
"{\n"
|
"{ (json object)\n"
|
||||||
" \"psbt\" : \"value\", (string) The base64-encoded partially signed transaction\n"
|
" \"psbt\" : \"str\", (string) The base64-encoded partially signed transaction\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