Skip to content

Commit c098c58

Browse files
committed
Wrap dumpwallet warning and note scripts aren't dumped
1 parent a38bfbc commit c098c58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@ UniValue dumpwallet(const JSONRPCRequest& request)
601601
throw std::runtime_error(
602602
"dumpwallet \"filename\"\n"
603603
"\nDumps all wallet keys in a human-readable format to a server-side file. This does not allow overwriting existing files.\n"
604-
"Note that if your wallet contains keys which are not derived from your HD seed (e.g. imported keys), these are not covered by only backing up the seed itself, and must be backed up too (e.g. ensure you back up the whole dumpfile).\n"
604+
"Imported scripts are not currently included in wallet dumps, these must be backed up separately.\n"
605+
"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"
606+
"only backing up the seed itself, and must be backed up too (e.g. ensure you back up the whole dumpfile).\n"
605607
"\nArguments:\n"
606608
"1. \"filename\" (string, required) The filename with path (either absolute or relative to bitcoind)\n"
607609
"\nResult:\n"

0 commit comments

Comments
 (0)