Skip to content

Commit faff5a6

Browse files
author
MarcoFalke
committed
doc: Fix syntax error (trailing square bracket) in walletprocesspsbt
1 parent fa05459 commit faff5a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,10 +4076,9 @@ UniValue walletprocesspsbt(const JSONRPCRequest& request)
40764076
{"bip32derivs", RPCArg::Type::BOOL, /* default */ "false", "If true, includes the BIP 32 derivation paths for public keys if we know them"},
40774077
},
40784078
RPCResult{
4079-
"{\n"
4080-
" \"psbt\" : \"value\", (string) The base64-encoded partially signed transaction\n"
4079+
"{ (json object)\n"
4080+
" \"psbt\" : \"str\", (string) The base64-encoded partially signed transaction\n"
40814081
" \"complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n"
4082-
" ]\n"
40834082
"}\n"
40844083
},
40854084
RPCExamples{

0 commit comments

Comments
 (0)