Skip to content

Commit f83331d

Browse files
committed
RPC: document results for dumpwallet
1 parent c15c5c6 commit f83331d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/wallet/rpcdump.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,12 @@ UniValue dumpwallet(const JSONRPCRequest& request)
454454
"\nArguments:\n"
455455
"1. \"filename\" (string, required) The filename\n"
456456

457+
"\nResult:\n"
458+
"{\n"
459+
" \"filename\": \"xxxx\", (string) The full path to the wallet dump file.\n"
460+
" \"warning\": \"xxxx\" (string) A warning message about the exact contents of this file.\n"
461+
"}\n"
462+
457463
"\nExamples:\n" +
458464
HelpExampleCli("dumpwallet", "\"test\"") + HelpExampleRpc("dumpwallet", "\"test\""));
459465

0 commit comments

Comments
 (0)