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
/// > EXPERIMENTAL warning: This call may not work as expected and may be changed in future releases
175
+
/// >
176
+
/// > Migrate the wallet to a descriptor wallet.
177
+
/// > A new wallet backup will need to be made.
178
+
/// >
179
+
/// > The migration process will create a backup of the wallet before migrating. This backup
180
+
/// > file will be named {wallet name}-{timestamp}.legacy.bak and can be found in the directory
181
+
/// > for this wallet. In the event of an incorrect migration, the backup can be restored using restorewallet.
182
+
/// > Encrypted wallets must have the passphrase provided as an argument to this call.
183
+
/// >
184
+
/// > Arguments:
185
+
/// > 1. wallet_name (string, optional, default=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.
186
+
/// > 2. passphrase (string) The wallet passphrase
0 commit comments