File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,12 @@ RPCHelpMan keypoolrefill()
347
347
RPCHelpMan newkeypool ()
348
348
{
349
349
return RPCHelpMan{" newkeypool" ,
350
- " \n Entirely clears and refills the keypool." +
350
+ " \n Entirely clears and refills the keypool.\n "
351
+ " WARNING: On non-HD wallets, this will require a new backup immediately, to include the new keys.\n "
352
+ " When restoring a backup of an HD wallet created before the newkeypool command is run, funds received to\n "
353
+ " new addresses may not appear automatically. They have not been lost, but the wallet may not find them.\n "
354
+ " This can be fixed by running the newkeypool command on the backup and then rescanning, so the wallet\n "
355
+ " re-generates the required keys." +
351
356
HELP_REQUIRING_PASSPHRASE,
352
357
{},
353
358
RPCResult{RPCResult::Type::NONE, " " , " " },
You can’t perform that action at this time.
0 commit comments