aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-28 20:42:44 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-28 20:40:47 -0400
commitfac0cf6e5513df1402068df113d496b4e03a4bdc (patch)
tree11d0f9fb858e3c00908698e85eb87e61ae07ddc3 /src/rpc/blockchain.cpp
parentae32e5ce3d268881cbf631de1903b2a414bb64e1 (diff)
downloadbitcoin-fac0cf6e5513df1402068df113d496b4e03a4bdc.tar.xz
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
Diffstat (limited to 'src/rpc/blockchain.cpp')
-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 827b83d67e..f7ccbae706 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,