Skip to content

Commit fa50170

Browse files
author
MarcoFalke
committed
wallet: Recommned absolute path for dumpwallet
1 parent ae32e5c commit fa50170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ UniValue dumpwallet(const JSONRPCRequest& request)
735735
"Note that if your wallet contains keys which are not derived from your HD seed (e.g. imported keys), these are not covered by\n"
736736
"only backing up the seed itself, and must be backed up too (e.g. ensure you back up the whole dumpfile).\n",
737737
{
738-
{"filename", RPCArg::Type::STR, RPCArg::Optional::NO, "The filename with path (either absolute or relative to bitcoind)"},
738+
{"filename", RPCArg::Type::STR, RPCArg::Optional::NO, "The filename with path (absolute path recommended)"},
739739
},
740740
RPCResult{
741741
RPCResult::Type::OBJ, "", "",

0 commit comments

Comments
 (0)