600 | @@ -601,6 +601,7 @@ UniValue dumpwallet(const JSONRPCRequest& request)
601 | throw std::runtime_error(
602 | "dumpwallet \"filename\"\n"
603 | "\nDumps all wallet keys in a human-readable format.\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.\n"
This leaves me confused. The things I need to back up are in dumpwallet, just not the master key listed in dump wallet, right? So just the dumpwallet file is a sufficient backup (with rescan, including imported segwit addresses and p2sh redeemScripts?), but not only the master key?
I've changed it, lmk what you think now