Skip to content

Commit 8bdb213

Browse files
author
MarcoFalke
committed
Merge #18777: wallet: Recommend absolute path for dumpwallet
fa50170 wallet: Recommned absolute path for dumpwallet (MarcoFalke) Pull request description: Avoids misunderstandings such as #9564 ACKs for top commit: kristapsk: utACK fa50170 Tree-SHA512: f675ef607992857ffeb556a2945b5436a70b39c5d83f05a8be15a6fccc84cbe9d03e52f8239e28d159e41ed7c6f119b7a38e8ab327029f04609f63c559c12c49
2 parents eef90c1 + fa50170 commit 8bdb213

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)