Skip to content

Commit af863b6

Browse files
committed
Merge bitcoin/bitcoin#23937: doc: Fix dumptxoutset RPC help doc
faa9e46 doc: Fix dumptxoutset RPC help doc (MarcoFalke) Pull request description: Fixes `help dumptxoutset`. To test: `help dumptxoutset`. ACKs for top commit: shaavan: ACK faa9e46 Tree-SHA512: f40f1636469da61ab4a2aa6d9efb84de525b220e8897b4fe2720211def87d262be57956d1474fe04f395e7634d83b4e5aee474ad869b4b5aa619f22ecd2e78fc
2 parents 8b5a4de + faa9e46 commit af863b6

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)