We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15c5c6 commit f83331dCopy full SHA for f83331d
src/wallet/rpcdump.cpp
@@ -454,6 +454,12 @@ UniValue dumpwallet(const JSONRPCRequest& request)
454
"\nArguments:\n"
455
"1. \"filename\" (string, required) The filename\n"
456
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
+
463
"\nExamples:\n" +
464
HelpExampleCli("dumpwallet", "\"test\"") + HelpExampleRpc("dumpwallet", "\"test\""));
465
0 commit comments