Skip to content

Commit 7e8b4de

Browse files
committed
rpc: add missing newline in analyzepsbt rpcresult
follow-up to 638e40c
1 parent ea756bc commit 7e8b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ UniValue analyzepsbt(const JSONRPCRequest& request)
16741674
" \"estimated_feerate\" : feerate (numeric, optional) Estimated feerate of the final signed transaction in " + CURRENCY_UNIT + "/kB. Shown only if all UTXO slots in the PSBT have been filled.\n"
16751675
" \"fee\" : fee (numeric, optional) The transaction fee paid. Shown only if all UTXO slots in the PSBT have been filled.\n"
16761676
" \"next\" : \"role\" (string) Role of the next person that this psbt needs to go to\n"
1677-
" \"error\" : \"error\" (string) Error message if there is one"
1677+
" \"error\" : \"error\" (string) Error message if there is one\n"
16781678
"}\n"
16791679
},
16801680
RPCExamples {

0 commit comments

Comments
 (0)