mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 09:04:41 +02:00
rpc: Drop migratewallet experimental warning
This commit is contained in:
@ -739,7 +739,6 @@ RPCHelpMan simulaterawtransaction()
|
|||||||
static RPCHelpMan migratewallet()
|
static RPCHelpMan migratewallet()
|
||||||
{
|
{
|
||||||
return RPCHelpMan{"migratewallet",
|
return RPCHelpMan{"migratewallet",
|
||||||
"EXPERIMENTAL warning: This call may not work as expected and may be changed in future releases\n"
|
|
||||||
"\nMigrate the wallet to a descriptor wallet.\n"
|
"\nMigrate the wallet to a descriptor wallet.\n"
|
||||||
"A new wallet backup will need to be made.\n"
|
"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"
|
"\nThe migration process will create a backup of the wallet before migrating. This backup\n"
|
||||||
|
Reference in New Issue
Block a user