aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-04-28 20:42:44 -0400
committerMarcoFalke <[email protected]>2020-04-28 20:40:47 -0400
commitfac0cf6e5513df1402068df113d496b4e03a4bdc (patch)
tree11d0f9fb858e3c00908698e85eb87e61ae07ddc3 /src
parentMerge #18669: log: Use Join() helper when listing log categories (diff)
downloaddiscoin-fac0cf6e5513df1402068df113d496b4e03a4bdc.tar.xz
discoin-fac0cf6e5513df1402068df113d496b4e03a4bdc.zip
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
Diffstat (limited to 'src')
-rw-r--r--src/rpc/blockchain.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 827b83d67..f7ccbae70 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -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,