File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1276,11 +1276,10 @@ UniValue finalizepsbt(const JSONRPCRequest& request)
1276
1276
" extract and return the complete transaction in normal network serialization instead of the PSBT." },
1277
1277
},
1278
1278
RPCResult{
1279
- " {\n "
1280
- " \" psbt\" : \" value\" , (string) The base64-encoded partially signed transaction if not extracted\n "
1281
- " \" hex\" : \" value\" , (string) The hex-encoded network transaction if extracted\n "
1282
- " \" complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n "
1283
- " ]\n "
1279
+ " { (json object)\n "
1280
+ " \" psbt\" : \" str\" , (string) The base64-encoded partially signed transaction if not extracted\n "
1281
+ " \" hex\" : \" hex\" , (string) The hex-encoded network transaction if extracted\n "
1282
+ " \" complete\" : true|false, (boolean) If the transaction has a complete set of signatures\n "
1284
1283
" }\n "
1285
1284
},
1286
1285
RPCExamples{
You can’t perform that action at this time.
0 commit comments