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
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

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