wallet, rpc: Update migratewallet help text for encrypted wallets

Github-Pull: #26595
Rebased-From: 9486509be6
This commit is contained in:
Andrew Chow 2023-02-06 00:27:39 -05:00 committed by fanquake
parent debcfe313a
commit 784a754aa4
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -709,8 +709,8 @@ static RPCHelpMan migratewallet()
"A new wallet backup will need to be made.\n"
"\nThe migration process will create a backup of the wallet before migrating. This backup\n"
"file will be named <wallet name>-<timestamp>.legacy.bak and can be found in the directory\n"
"for this wallet. In the event of an incorrect migration, the backup can be restored using restorewallet." +
HELP_REQUIRING_PASSPHRASE,
"for this wallet. In the event of an incorrect migration, the backup can be restored using restorewallet."
"\nEncrypted wallets must have the passphrase provided as an argument to this call.",
{
{"wallet_name", RPCArg::Type::STR, RPCArg::DefaultHint{"the wallet name from the RPC endpoint"}, "The name of the wallet to migrate. If provided both here and in the RPC endpoint, the two must be identical."},
{"passphrase", RPCArg::Type::STR, RPCArg::Optional::OMITTED, "The wallet passphrase"},