Skip to content

Commit 00c1a4d

Browse files
author
MarcoFalke
committed
Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chainstate
fac0cf6 rpc: Do not advertise dumptxoutset as a way to flush the chainstate (MarcoFalke) Pull request description: The help message leaks several implementation details: leveldb and flush. Neither of them are relevant to the end user and I don't see why we should make them part of the API contract. ACKs for top commit: laanwj: ACK fac0cf6 Tree-SHA512: 273fb85dc5be6cdccf17c43f183fa83c57d0a1cbb30555838f32c074218b713a753930009f6c98c85659421f2285f09c0a713b22f7e34d446e56737ac03870f7
2 parents cf5e3be + fac0cf6 commit 00c1a4d

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)