mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 10:02:40 +02:00
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user