aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-28 20:42:44 -0400
committerfanquake <fanquake@gmail.com>2020-05-05 07:48:11 +0800
commit7f7548d822549579c57685c691e737f862b29e93 (patch)
tree5d574bda7915a6f98df61922c6fa11be211cfc49
parenta9ca65bd29d5da63ade1e7995ec121a581ca7b17 (diff)
downloadbitcoin-7f7548d822549579c57685c691e737f862b29e93.tar.xz
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
Github-Pull: #18809 Rebased-From: fac0cf6e5513df1402068df113d496b4e03a4bdc
-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 142d4c7e63..097b1f2241 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -2243,8 +2243,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,