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:
parent
ae32e5ce3d
commit
fac0cf6e55
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue