merge bitcoin#18809: Do not advertise dumptxoutset as a way to flush the chainstate

This commit is contained in:
Kittywhiskers Van Gogh 2022-05-21 14:45:50 +05:30
parent 3ba8431900
commit 0fbe1a2b95

View File

@ -2683,8 +2683,7 @@ UniValue dumptxoutset(const JSONRPCRequest& request)
{
RPCHelpMan{
"dumptxoutset",
"\nWrite the serialized UTXO set to disk.\n"
"Incidentally flushes the latest coinsdb (leveldb) to disk.\n",
"\nWrite the serialized UTXO set to disk.\n",
{
{"path",
RPCArg::Type::STR,