0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

doc: Fix syntax error (trailing square bracket) in walletprocesspsbt

This commit is contained in:
MarcoFalke 2019-12-27 11:32:13 -05:00
parent fa0545901d
commit faff5a60ed
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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"},
},
RPCResult{
"{\n"
" \"psbt\" : \"value\", (string) The base64-encoded partially signed transaction\n"
"{ (json object)\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"
" ]\n"
"}\n"
},
RPCExamples{