diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-28 20:42:44 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-28 20:40:47 -0400 |
commit | fac0cf6e5513df1402068df113d496b4e03a4bdc (patch) | |
tree | 11d0f9fb858e3c00908698e85eb87e61ae07ddc3 | |
parent | ae32e5ce3d268881cbf631de1903b2a414bb64e1 (diff) |
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
-rw-r--r-- | src/rpc/blockchain.cpp | 3 |
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, |