219 | @@ -220,7 +220,11 @@ RPCHelpMan encryptwallet()
220 | "After this, any calls that interact with private keys such as sending or signing \n"
221 | "will require the passphrase to be set prior the making these calls.\n"
222 | "Use the walletpassphrase call for this, and then walletlock call.\n"
223 | - "If the wallet is already encrypted, use the walletpassphrasechange call.\n",
224 | + "If the wallet is already encrypted, use the walletpassphrasechange call.\n"
225 | + "** IMPORTANT **\n"
226 | + "For security reasons, the encryption process will generate a new HD seed, resulting in the creation of a fresh set of active descriptors. "
227 | + "Therefore, it is crucial to replace any existing backups with the newly generated wallet file, containing the new encrypted keys.\n"
228 | + "Please exercise caution and ensure that you securely backup the updated wallet file to safeguard your funds and wallet information.\n",
"backup" is a noun spelled as a single word, while "back up" is a verb spelled as 2 words
"Please exercise caution and ensure that you securely back up the updated wallet file to safeguard your funds and wallet information.\n",