0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

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{
"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,