mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
rpc: mention that migratewallet can take a while
This commit is contained in:
parent
9ecff997e1
commit
f1684bb88a
1 changed files with 2 additions and 1 deletions
|
@ -744,7 +744,8 @@ static RPCHelpMan migratewallet()
|
||||||
"\nThe migration process will create a backup of the wallet before migrating. This backup\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"
|
"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."
|
"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.",
|
"\nEncrypted wallets must have the passphrase provided as an argument to this call.\n"
|
||||||
|
"\nThis RPC may take a long time to complete. Increasing the RPC client timeout is recommended.",
|
||||||
{
|
{
|
||||||
{"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."},
|
{"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"},
|
{"passphrase", RPCArg::Type::STR, RPCArg::Optional::OMITTED, "The wallet passphrase"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue