Skip to content

Commit faa9e46

Browse files
author
MarcoFalke
committed
doc: Fix dumptxoutset RPC help doc
1 parent 8b5a4de commit faa9e46

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/rpc/blockchain.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,13 +2576,9 @@ static RPCHelpMan dumptxoutset()
25762576
{
25772577
return RPCHelpMan{
25782578
"dumptxoutset",
2579-
"\nWrite the serialized UTXO set to disk.\n",
2579+
"Write the serialized UTXO set to disk.",
25802580
{
2581-
{"path",
2582-
RPCArg::Type::STR,
2583-
RPCArg::Optional::NO,
2584-
/* default_val */ "",
2585-
"path to the output file. If relative, will be prefixed by datadir."},
2581+
{"path", RPCArg::Type::STR, RPCArg::Optional::NO, "Path to the output file. If relative, will be prefixed by datadir."},
25862582
},
25872583
RPCResult{
25882584
RPCResult::Type::OBJ, "", "",

0 commit comments

Comments
 (0)