You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"file will be named <wallet name>-<timestamp>.legacy.bak and can be found in the directory\n"
723
723
"for this wallet. In the event of an incorrect migration, the backup can be restored using restorewallet." +
724
724
HELP_REQUIRING_PASSPHRASE,
725
-
{},
725
+
{
726
+
{"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."},
0 commit comments