Skip to content

Commit fac0cf6

Browse files
author
MarcoFalke
committed
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
1 parent ae32e5c commit fac0cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,8 +2242,7 @@ UniValue dumptxoutset(const JSONRPCRequest& request)
22422242
{
22432243
RPCHelpMan{
22442244
"dumptxoutset",
2245-
"\nWrite the serialized UTXO set to disk.\n"
2246-
"Incidentally flushes the latest coinsdb (leveldb) to disk.\n",
2245+
"\nWrite the serialized UTXO set to disk.\n",
22472246
{
22482247
{"path",
22492248
RPCArg::Type::STR,

0 commit comments

Comments
 (0)