rpc: Do not advertise dumptxoutset as a way to flush the chainstate

This commit is contained in:
MarcoFalke
2020-04-28 20:42:44 -04:00
parent ae32e5ce3d
commit fac0cf6e55

View File

@@ -2242,8 +2242,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,