mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-28 13:20:55 +02:00
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
This commit is contained in:
parent
ae32e5ce3d
commit
fac0cf6e55
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user