doc: Fix dumptxoutset RPC help doc

This commit is contained in:
MarcoFalke 2022-01-02 10:55:37 +01:00
parent 8b5a4de904
commit faa9e461ab
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -2576,13 +2576,9 @@ static RPCHelpMan dumptxoutset()
{ {
return RPCHelpMan{ return RPCHelpMan{
"dumptxoutset", "dumptxoutset",
"\nWrite the serialized UTXO set to disk.\n", "Write the serialized UTXO set to disk.",
{ {
{"path", {"path", RPCArg::Type::STR, RPCArg::Optional::NO, "Path to the output file. If relative, will be prefixed by datadir."},
RPCArg::Type::STR,
RPCArg::Optional::NO,
/* default_val */ "",
"path to the output file. If relative, will be prefixed by datadir."},
}, },
RPCResult{ RPCResult{
RPCResult::Type::OBJ, "", "", RPCResult::Type::OBJ, "", "",