mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
doc: Fix dumptxoutset RPC help doc
This commit is contained in:
parent
8b5a4de904
commit
faa9e461ab
@ -2576,13 +2576,9 @@ static RPCHelpMan dumptxoutset()
|
||||
{
|
||||
return RPCHelpMan{
|
||||
"dumptxoutset",
|
||||
"\nWrite the serialized UTXO set to disk.\n",
|
||||
"Write the serialized UTXO set to disk.",
|
||||
{
|
||||
{"path",
|
||||
RPCArg::Type::STR,
|
||||
RPCArg::Optional::NO,
|
||||
/* default_val */ "",
|
||||
"path to the output file. If relative, will be prefixed by datadir."},
|
||||
{"path", RPCArg::Type::STR, RPCArg::Optional::NO, "Path to the output file. If relative, will be prefixed by datadir."},
|
||||
},
|
||||
RPCResult{
|
||||
RPCResult::Type::OBJ, "", "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user